Files
ppanel-web/migrations/postgres/02007_adapte_rule.sql
T
Ember Moth 5de9508963 fix bugs
2026-07-05 22:35:53 +08:00

5 lines
138 B
SQL

ALTER TABLE "server_rule_group"
ADD COLUMN "default" BOOLEAN NOT NULL DEFAULT false,
ADD COLUMN "type" VARCHAR(100) NOT NULL DEFAULT '';