Skip to content

Commit

Permalink
feat(hasura): fb_id not unique
Browse files Browse the repository at this point in the history
  • Loading branch information
harisato committed Aug 24, 2023
1 parent d020026 commit b726771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."authorizer_users" add constraint "authorizer_users_fb_id_key" unique ("fb_id");
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."authorizer_users" drop constraint "authorizer_users_fb_id_key";

0 comments on commit b726771

Please sign in to comment.