fix: 合并migration

This commit is contained in:
caoqianming 2026-01-16 15:10:02 +08:00
parent c0064903f4
commit 6d4fc8acba
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Generated by Django 4.2.27 on 2026-01-16 07:09
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('system', '0007_alter_dept_create_by_alter_dept_third_info_and_more'),
('system', '0007_alter_dept_create_by_alter_dept_update_by_and_more'),
]
operations = [
]