Release v1.0.3
Fixed
- Fixed Migration Refresh Ordering: Fixed migration refresh command to properly order rollback operations
- Migration rollback now executes in reverse chronological order (newest to oldest)
- Ensures proper dependency handling during migration refresh operations
- Prevents potential errors when migrations have dependencies on each other
- Consistent with migration down command behavior