Skip to content

Commit

Permalink
fix: update initial migration
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Sep 2, 2021
1 parent af95933 commit d0e1324
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions internal/init/templates/init_migration_sql
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,13 @@ GRANT ALL ON TABLE auth.refresh_tokens TO dashboard_user;
GRANT ALL ON TABLE auth.refresh_tokens TO postgres;


--
-- Name: SEQUENCE refresh_tokens_id_seq; Type: ACL; Schema: auth; Owner: supabase_auth_admin
--

GRANT ALL ON SEQUENCE auth.refresh_tokens_id_seq TO postgres;


--
-- Name: TABLE schema_migrations; Type: ACL; Schema: auth; Owner: supabase_auth_admin
--
Expand Down

0 comments on commit d0e1324

Please sign in to comment.