fix: add missing ForeignKeys and correct broken Ticket–ContractorInvoice link c591eda kamau1 commited on Nov 17, 2025
fix(orm): correct asymmetric relationships, add missing back_populates, and remove invalid model refs d9b075a kamau1 commited on Nov 17, 2025
fix(user-model): remove invited_at and activated_at to match migrated users table schema dd750b7 kamau1 commited on Nov 16, 2025
refactor(user): align User model fully with current database schema 67bed24 kamau1 commited on Nov 15, 2025
fix(auth): sync User model and auth responses with actual schema 2259bd0 kamau1 commited on Nov 15, 2025
fix(auth): align User model and registration with full_name column 340c4b4 kamau1 commited on Nov 15, 2025
feat(auth): integrate Supabase Auth and remove local password handling 13ca341 kamau1 commited on Nov 15, 2025
update the metadata field in all tables to additional_metadata 8169ef9 kamau1 commited on Nov 15, 2025
fix: rename User.metadata to user_metadata to avoid SQLAlchemy reserved word conflict edcdf53 kamau1 commited on Nov 15, 2025
feat/fix: update User model to match Supabase schema, disable auto table creation, and introduce startup DB health checks with connection and table validation 212bf52 kamau1 commited on Nov 15, 2025