mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-01-08 04:30:20 -06:00
- Replace invalid 'flask db downgrade -1' with specific revision targets - Add specific handling for payment tracking migration (014 -> 013) - Provide fallback for other migrations with upgrade to head test - Fixes 'No such option: -1' error in migration validation This resolves the Flask-Migrate command syntax error that was causing the rollback safety test to fail.