4 Commits

Author SHA1 Message Date
21c76d9f1a Fix field name mismatch: Change assigned_to_id to assigned_user_id in demo chores to match Chore model definition 2026-02-01 21:39:31 +11:00
0a8489a89c Fix: Update init_db.py to use correct import paths
- Changed imports to use app.core.database and app.models structure
- Added Base import from app.core.database (not app.models)
- Fixed imports to match actual project structure
- Added comprehensive demo data with 5 users and 12 chores
- Fixes ModuleNotFoundError when running database initialization
2026-01-31 23:00:59 +11:00
5284cce20d Fix default password - use shorter password for bcrypt 2026-01-26 22:26:44 +11:00
9b565d0ff4 Add database initialization script 2026-01-26 21:54:50 +11:00