chore: heygermany customer project
This commit is contained in:
3
db/postgres/0020-drop-access-token.sql
Normal file
3
db/postgres/0020-drop-access-token.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Remove obsolete access_token column from user_auth table
|
||||
-- The system now uses JWT-based magic links for authentication instead
|
||||
ALTER TABLE app.user_auth DROP COLUMN access_token;
|
||||
Reference in New Issue
Block a user