mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2026-05-25 01:29:05 -05:00
a2e9743da6
- Creates migration 20251004999999_reconcile_user_sessions_migration - Runs before 20251005000000_add_user_sessions migration - Properly handles failed migrations by marking them as rolled back first - Handles migration name conflicts from 1.2.7 (add_user_sessions) to 1.2.8+ (20251005000000_add_user_sessions) - Fixes failed migration states from upgrade attempts - Works naturally within Prisma migration system - No changes to Docker entrypoint or setup scripts needed