Resolve migration conflict

This commit is contained in:
Michael Shamoon 2022-12-13 07:00:52 -08:00
parent f021e7fcc3
commit 1875e9852e

View File

@ -9,7 +9,7 @@ class Migration(migrations.Migration):
dependencies = [ dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL), migrations.swappable_dependency(settings.AUTH_USER_MODEL),
("documents", "1027_remove_paperlesstask_attempted_task_and_more"), ("documents", "1028_remove_paperlesstask_task_args_and_more"),
] ]
operations = [ operations = [