mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-23 20:39:26 +00:00
perf: Migrate
This commit is contained in:
@@ -36,6 +36,7 @@ class Migration(migrations.Migration):
|
||||
("RT", "RDP Terminal"),
|
||||
("WT", "Web Terminal"),
|
||||
("DT", "DB Terminal"),
|
||||
("VT", "VNC Terminal"),
|
||||
],
|
||||
default="ST",
|
||||
max_length=2,
|
||||
@@ -51,6 +52,7 @@ class Migration(migrations.Migration):
|
||||
("RT", "RDP Terminal"),
|
||||
("WT", "Web Terminal"),
|
||||
("DT", "DB Terminal"),
|
||||
("VT", "VNC Terminal"),
|
||||
],
|
||||
default="WT",
|
||||
max_length=2,
|
||||
|
Reference in New Issue
Block a user