Migrate database to twenty
This commit is contained in:
@ -1 +0,0 @@
|
||||
DROP TABLE "public"."workspaces";
|
||||
@ -1 +0,0 @@
|
||||
CREATE TABLE "public"."workspaces" ("id" serial NOT NULL, "name" Text NOT NULL, "display_name" text NOT NULL, PRIMARY KEY ("id") , UNIQUE ("id"), UNIQUE ("name"));
|
||||
Reference in New Issue
Block a user