Fix migration conflicts
This commit is contained in:
parent
002a0b32bc
commit
7fae4e2d78
|
|
@ -6,7 +6,7 @@ from django.db import migrations
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("build", "0058_buildline_consumed"),
|
||||
("build", "0059_build_tags"),
|
||||
("common", "0046_remove_notesimage_model_id_and_more")
|
||||
]
|
||||
|
||||
|
|
@ -122,7 +122,7 @@ class Migration(migrations.Migration):
|
|||
|
||||
# Ensure that each app which supports 'notes' is up-to-date first
|
||||
dependencies = [
|
||||
("build", "0058_buildline_consumed"),
|
||||
("build", "0059_build_tags"),
|
||||
("common", "0044_note"),
|
||||
("company", "0079_auto_20260212_1054"),
|
||||
("order", "0119_transferorderlineitem_line_int"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue