mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-08-29 05:52:08 -04:00
fix bugs
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
-- migrate:up
|
||||
ALTER TABLE "subscribe"
|
||||
ADD COLUMN "nodes" VARCHAR(255) NOT NULL DEFAULT '' ,
|
||||
ADD COLUMN "node_tags" VARCHAR(255) NOT NULL DEFAULT '' ,
|
||||
@@ -6,10 +5,3 @@ DROP COLUMN "server",
|
||||
DROP COLUMN "server_group";
|
||||
DROP TABLE IF EXISTS "server_rule_group";
|
||||
|
||||
-- migrate:down
|
||||
ALTER TABLE "subscribe"
|
||||
DROP COLUMN "nodes",
|
||||
DROP COLUMN "node_tags",
|
||||
ADD COLUMN "server" VARCHAR(255) NOT NULL DEFAULT '' ,
|
||||
ADD COLUMN "server_group" VARCHAR(255) NOT NULL DEFAULT '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user