mirror of
http://88.130.71.182:3000/BlitTech/deals24togo_be.git
synced 2026-06-12 23:33:21 +00:00
Initial commit
This commit is contained in:
5
migrations/002_supabase_auth.sql
Normal file
5
migrations/002_supabase_auth.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Migration 002: Supabase Auth integration
|
||||
-- Supabase Auth manages passwords; password_hash is no longer required.
|
||||
|
||||
ALTER TABLE users ALTER COLUMN password_hash DROP NOT NULL;
|
||||
ALTER TABLE users ALTER COLUMN password_hash SET DEFAULT NULL;
|
||||
Reference in New Issue
Block a user