mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-31 15:11:27 +00:00
perf: 修改表结构
This commit is contained in:
@@ -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,),
|
||||
),
|
||||
]
|
||||
|
Reference in New Issue
Block a user