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