From a2b201127754ede6f47a47d7f8ff4c9db3822f2f Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 15 Jan 2015 03:40:08 -0400 Subject: [PATCH] More migration dependencies check --- ...hfoldersource__chg_field_intervalbasemodel_document_type.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mayan/apps/sources/south_migrations/0009_auto__del_watchfoldersource__chg_field_intervalbasemodel_document_type.py b/mayan/apps/sources/south_migrations/0009_auto__del_watchfoldersource__chg_field_intervalbasemodel_document_type.py index becfb1aced..30da4f66de 100644 --- a/mayan/apps/sources/south_migrations/0009_auto__del_watchfoldersource__chg_field_intervalbasemodel_document_type.py +++ b/mayan/apps/sources/south_migrations/0009_auto__del_watchfoldersource__chg_field_intervalbasemodel_document_type.py @@ -14,6 +14,9 @@ def fake_get_or_create(model, *args, **kwargs): class Migration(SchemaMigration): + needed_by = ( + ('documents', '0031_remove_orphan_documents'), + ) def forwards(self, orm): # Deleting model 'WatchFolderSource'