Fix
This commit is contained in:
10
hasura/migrations/default/1682338781740_squashed/down.sql
Normal file
10
hasura/migrations/default/1682338781740_squashed/down.sql
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
alter table "public"."workspaces" rename column "domain_name" to "name";
|
||||
|
||||
alter table "public"."workspaces" add constraint "workspaces_domain_name_key" unique (domain_name);
|
||||
alter table "public"."workspaces" alter column "domain_name" drop not null;
|
||||
alter table "public"."workspaces" add column "domain_name" text;
|
||||
|
||||
|
||||
|
||||
DROP TABLE "public"."workspace_members";
|
||||
Reference in New Issue
Block a user