Skip to content

Commit 3fba439

Browse files
committed
chore: comment out table comment in auth users migration
1 parent 020ef6a commit 3fba439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase/migrations/20250424084200_populate_auth_users.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ SELECT populate_auth_users();
7070
DROP FUNCTION IF EXISTS populate_auth_users();
7171

7272
-- 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.';
73+
-- COMMENT ON TABLE auth.users IS 'Auth users table populated from public.users. Users will need to reset their passwords.';
7474

7575
-- Create a view to help monitor the sync between auth.users and public.users
7676
CREATE OR REPLACE VIEW user_auth_status AS

0 commit comments

Comments
 (0)