Skip to content

Release v1.0.3

Choose a tag to compare

@riskykurniawan15 riskykurniawan15 released this 18 Sep 10:59
· 5 commits to master since this release
b2e1039

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