fix: 合并migration
This commit is contained in:
parent
c0064903f4
commit
6d4fc8acba
|
|
@ -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 = [
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue