From 8e665c1846e5c6182fdf80c40ae45002792835e7 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 17 Jun 2015 18:44:45 -0400 Subject: [PATCH] Improve migration dependecy --- .../documents/migrations/0006_remove_documentpage_content_old.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mayan/apps/documents/migrations/0006_remove_documentpage_content_old.py b/mayan/apps/documents/migrations/0006_remove_documentpage_content_old.py index 87df8ad339..ad0ddd3b83 100644 --- a/mayan/apps/documents/migrations/0006_remove_documentpage_content_old.py +++ b/mayan/apps/documents/migrations/0006_remove_documentpage_content_old.py @@ -8,6 +8,7 @@ class Migration(migrations.Migration): dependencies = [ ('documents', '0005_auto_20150617_0358'), + ('ocr', '0003_auto_20150617_0401'), ] operations = [