Commit Graph

6 Commits

Author SHA1 Message Date
ImanThiyanga 67150425e4 Add migration to add auth_user_id column to users table
- Introduced a new column 'auth_user_id' of type UUID to the 'users' table.
- Updated existing user data to set 'auth_user_id' to null for UserId 1.
- Created a unique index on 'auth_user_id' to enforce uniqueness.
- Implemented rollback functionality to remove the column and index if needed.
2026-07-14 16:30:45 +05:30
ImanThiyanga e0167caf85 Merge branch 'production' into Sasanka/auth 2026-07-10 05:15:25 +00:00
Sasanka ce9e138444 feat: enhance UI components and implement password reset flow with improved styling and validation 2026-07-09 15:32:49 +05:30
ImanThiyanga ec94bac410 document update 2026-07-09 14:55:35 +05:30
ImanThiyanga 339d7408ae frontend user-flow 2026-07-09 11:27:27 +05:30
ImanThiyanga 438ab2cdbd first commit 2026-07-09 10:02:08 +05:30