Setup Hasura-auth locally
This commit is contained in:
committed by
Charles Bochet
parent
43e71c6c93
commit
39ffb0f90b
@ -0,0 +1 @@
|
||||
DROP TABLE "public"."workspaces";
|
||||
@ -0,0 +1 @@
|
||||
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