Skip to content

Commit

Permalink
feat(hasura): add fb_id
Browse files Browse the repository at this point in the history
  • Loading branch information
harisato committed Aug 24, 2023
1 parent 3ce642a commit d020026
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- Could not auto-generate a down migration.
-- Please write an appropriate down migration for the SQL below:
-- alter table "public"."authorizer_users" add column "fb_id" text
-- null unique;
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
alter table "public"."authorizer_users" add column "fb_id" text
null unique;

0 comments on commit d020026

Please sign in to comment.