Fix migrations
This commit is contained in:
parent
0db3dd5512
commit
6fb4bdd206
|
|
@ -7,7 +7,7 @@ class Migration(migrations.Migration):
|
|||
|
||||
dependencies = [
|
||||
("build", "0059_build_tags"),
|
||||
("common", "0046_remove_notesimage_model_id_and_more")
|
||||
("common", "0048_remove_notesimage_model_id_and_more")
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ from django.db import migrations, models
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("common", "0043_auto_20260518_1206"),
|
||||
("common", "0045_projectcode_active"),
|
||||
("contenttypes", "0002_remove_content_type_name"),
|
||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||
]
|
||||
|
|
@ -123,7 +123,7 @@ class Migration(migrations.Migration):
|
|||
# Ensure that each app which supports 'notes' is up-to-date first
|
||||
dependencies = [
|
||||
("build", "0059_build_tags"),
|
||||
("common", "0044_note"),
|
||||
("common", "0046_note"),
|
||||
("company", "0079_auto_20260212_1054"),
|
||||
("order", "0119_transferorderlineitem_line_int"),
|
||||
("part", "0150_part_maximum_stock"),
|
||||
|
|
@ -7,7 +7,7 @@ from django.db import migrations, models
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("common", "0045_auto_20260525_0956"),
|
||||
("common", "0047_auto_20260525_0956"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
@ -7,7 +7,7 @@ class Migration(migrations.Migration):
|
|||
|
||||
dependencies = [
|
||||
("company", "0080_company_tags"),
|
||||
("common", "0046_remove_notesimage_model_id_and_more")
|
||||
("common", "0048_remove_notesimage_model_id_and_more")
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ class Migration(migrations.Migration):
|
|||
|
||||
dependencies = [
|
||||
("order", "0120_purchaseorder_tags_returnorder_tags_salesorder_tags_and_more"),
|
||||
("common", "0046_remove_notesimage_model_id_and_more")
|
||||
("common", "0048_remove_notesimage_model_id_and_more")
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ class Migration(migrations.Migration):
|
|||
|
||||
dependencies = [
|
||||
("part", "0150_part_maximum_stock"),
|
||||
("common", "0046_remove_notesimage_model_id_and_more")
|
||||
("common", "0048_remove_notesimage_model_id_and_more")
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ class Migration(migrations.Migration):
|
|||
|
||||
dependencies = [
|
||||
("stock", "0123_remove_stockitem_review_needed"),
|
||||
("common", "0046_remove_notesimage_model_id_and_more")
|
||||
("common", "0048_remove_notesimage_model_id_and_more")
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue