perf: 修改数据库迁移文件

This commit is contained in:
ibuler
2022-09-14 20:55:14 +08:00
parent ae189ebdfe
commit 37bbf75f66
23 changed files with 172 additions and 413 deletions

View File

@@ -11,7 +11,7 @@ class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('assets', '0111_auto_20220908_1958'),
('assets', '0106_auto_20220819_1523'),
('ops', '0022_auto_20220817_1346'),
]