From 115f05625c3dc9872a4250251ebfb887825723d5 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 22 Jul 2019 11:11:34 +0200 Subject: [PATCH] ignore old migrations --- update.py | 1 + 1 file changed, 1 insertion(+) diff --git a/update.py b/update.py index 412834544..119f9adbe 100755 --- a/update.py +++ b/update.py @@ -332,6 +332,7 @@ if __name__ == "__main__": '-- Model missing for table: djcelery_intervalschedule\n', '-- Model missing for table: djcelery_workerstate\n', '-- Model missing for table: djcelery_taskstate\n', + '-- Model missing for table: south_migrationhistory\n', '-- Model missing for table: cache\n', ]: if row in diff: