Skip to content

Commit d8b0418

Browse files
committed
chore: merge migrations after upstream sync
1 parent 2b145c9 commit d8b0418

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from django.db import migrations
2+
3+
4+
class Migration(migrations.Migration):
5+
6+
dependencies = [
7+
("commons", "0023_merge_20260513"),
8+
("commons", "0024_settings_feature_show_product_header_chips"),
9+
]
10+
11+
operations = []
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from django.db import migrations
2+
3+
4+
class Migration(migrations.Migration):
5+
6+
dependencies = [
7+
("core", "0097_alter_observation_log_rejection_remark"),
8+
("core", "0099_initialize_observation_components"),
9+
]
10+
11+
operations = []

0 commit comments

Comments
 (0)