Fix migration conflict
This commit is contained in:
parent
433892018f
commit
754a4c2e74
|
|
@ -9,7 +9,7 @@ from django.db import migrations, models
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("common", "0041_auto_20251203_1244"),
|
||||
("common", "0043_auto_20260518_1206"),
|
||||
("contenttypes", "0002_remove_content_type_name"),
|
||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||
]
|
||||
Loading…
Reference in New Issue