Skip to content

Commit

Permalink
README.md: update doc regarding undo migrations (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs authored Dec 24, 2023
1 parent 0118f01 commit 3d5c443
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ By default, refinery runs each migration in a single transaction. Alternatively,

### Rollback

refinery's design is based on [flyway](https://flywaydb.org/) and so, shares its [perspective](https://flywaydb.org/documentation/command/undo#important-notes) on undo/rollback migrations. To undo/rollback a migration, you have to generate a new one and write specifically what you want to undo.
refinery's design was based on [flyway](https://flywaydb.org/) and so, it shares its earlier [philosophy](https://web.archive.org/web/20191226033347/https://flywaydb.org/documentation/command/undo#important-notes) on undo/rollback migrations.
Flyway has since changed it's opinion but refinery hasn't. To undo/rollback a migration, you have to generate a new one and write specifically what you want to undo.

## MSRV

Expand Down

0 comments on commit 3d5c443

Please sign in to comment.