Skip to content

Commit 66c9eb3

Browse files
committedFeb 14, 2024
Updated migrations
1 parent a245b5d commit 66c9eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎playground/supabase/migrations/20240214100236_profile_module.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ using ((auth.uid() = id))
116116
with check ((auth.uid() = id));
117117

118118

119-
119+
CREATE TRIGGER handle_new_user_trigger AFTER INSERT ON auth.users FOR EACH ROW EXECUTE FUNCTION handle_new_user();

0 commit comments

Comments
 (0)