We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020ef6a commit 3fba439Copy full SHA for 3fba439
supabase/migrations/20250424084200_populate_auth_users.sql
@@ -70,7 +70,7 @@ SELECT populate_auth_users();
70
DROP FUNCTION IF EXISTS populate_auth_users();
71
72
-- Add a comment explaining the migration
73
-COMMENT ON TABLE auth.users IS 'Auth users table populated from public.users. Users will need to reset their passwords.';
+-- COMMENT ON TABLE auth.users IS 'Auth users table populated from public.users. Users will need to reset their passwords.';
74
75
-- Create a view to help monitor the sync between auth.users and public.users
76
CREATE OR REPLACE VIEW user_auth_status AS
0 commit comments