perf: 修改 migrations

This commit is contained in:
ibuler 2022-09-23 10:53:44 +08:00
parent 3a884388cd
commit 286d0e4ac1
2 changed files with 7 additions and 7 deletions

View File

@ -50,16 +50,16 @@ class Migration(migrations.Migration):
model_name='authbook', model_name='authbook',
name='systemuser', name='systemuser',
), ),
migrations.DeleteModel(
name='Cluster',
),
migrations.DeleteModel(
name='AdminUser',
),
migrations.DeleteModel( migrations.DeleteModel(
name='HistoricalAuthBook', name='HistoricalAuthBook',
), ),
migrations.DeleteModel( migrations.DeleteModel(
name='AuthBook', name='AuthBook',
), ),
# migrations.DeleteModel(
# name='AdminUser',
# ),
migrations.DeleteModel(
name='Cluster',
),
] ]