Migrate database to twenty

This commit is contained in:
Charles Bochet
2023-04-20 12:26:38 +02:00
parent b660da88be
commit 7ed8d60a00
2 changed files with 0 additions and 0 deletions

View File

@ -1 +0,0 @@
DROP TABLE "public"."workspaces";

View File

@ -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"));