mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-05 01:11:57 +00:00
perf: 修改 CommandFilterACL, CommandGroup Model 的 Meta 内部类; 修改 Command Model 的 system_user -> account 字段; 修改 ConnectionToken 的 command_filter_acls 返回字段;
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 3.2.14 on 2022-12-05 05:16
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('terminal', '0060_alter_applethostdeployment_options'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='command',
|
||||
old_name='system_user',
|
||||
new_name='account',
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='command',
|
||||
name='account',
|
||||
field=models.CharField(db_index=True, max_length=64, verbose_name='Account'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user