Add OCR migration dependency
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -9,6 +9,10 @@ class Migration(migrations.Migration):
|
||||
('documents', '__first__'),
|
||||
]
|
||||
|
||||
run_before = [
|
||||
('documents', '0052_rename_document_page'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
name='DocumentVersionOCRError',
|
||||
|
||||
Reference in New Issue
Block a user