Skip to content

Commit db726dc

Browse files
committed
Add migration
1 parent b1b137b commit db726dc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 5.1.1 on 2025-10-08 14:14
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('ifc_validation_models', '0017_add_user_ci_index'),
10+
('ifc_validation_models', '0017_model_status_rocksdb_conversion_and_more'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)