perf: 修改表结构

This commit is contained in:
ibuler
2022-09-06 19:57:03 +08:00
parent 984b8dfb28
commit 585ce6b46a
22 changed files with 159 additions and 886 deletions

View File

@@ -71,6 +71,6 @@ class Migration(migrations.Migration):
'verbose_name': 'Account',
'unique_together': {('username', 'app', 'systemuser')},
},
bases=(models.Model, assets.models.base.AuthMixin),
bases=(models.Model,),
),
]