add: new migrations file

This commit is contained in:
zty 2024-09-13 15:08:42 +08:00
parent 7aae49b378
commit 0453499ee5
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Generated by Django 3.2.12 on 2024-09-13 06:01
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('enm', '0044_enstat_imaterial_data_dict'),
('enm', '0044_xscript_change_data'),
]
operations = [
]