perf: Migrate

This commit is contained in:
feng
2025-09-16 16:36:59 +08:00
committed by Bryan
parent 953b515817
commit 2155bc6862

View File

@@ -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,