a271d1832e
- Identified and fixed a critical issue where 36 tables existed in the EF model but were absent in the actual database. - Root cause traced to a `.gitignore` rule that prevented migration files from being tracked, leading to discrepancies between the model snapshot and the database. - Removed problematic entities from the snapshot, generated a migration to add the missing tables, and confirmed successful application. - Reverted the `.gitignore` rule to ensure future migrations are tracked properly. - No changes to existing tables, ensuring no collateral schema drift occurred.