mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-08-29 14:02:08 -04:00
fix bugs
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
-- migrate:up
|
||||
CREATE TABLE IF NOT EXISTS "servers" (
|
||||
"id" BIGINT GENERATED BY DEFAULT AS IDENTITY NOT NULL,
|
||||
"name" varchar(100) NOT NULL DEFAULT '',
|
||||
@@ -27,7 +26,3 @@ CREATE TABLE IF NOT EXISTS "nodes" (
|
||||
PRIMARY KEY ("id")
|
||||
);
|
||||
|
||||
-- migrate:down
|
||||
DROP TABLE IF EXISTS "nodes";
|
||||
DROP TABLE IF EXISTS "servers";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user