Fixes up some issues with the migrations and type mismatches

This commit is contained in:
Trenton H
2022-10-03 13:18:25 -07:00
parent ae8cc0e7dd
commit 5ad0d7303d
3 changed files with 29 additions and 32 deletions

View File

@@ -41,7 +41,7 @@ class Migration(migrations.Migration):
null=True,
on_delete=django.db.models.deletion.CASCADE,
related_name="attempted_task",
# This is a dummy field, AlterField in 1026 will set to correct value
# This is a dummy field, 1026 will fix up the column
# This manual change is required, as django doesn't django doesn't really support
# removing an app which has migration deps like this
to="documents.document",