Skip to content

Commit

Permalink
Update README.md (#158)
Browse files Browse the repository at this point in the history
`un-doable` to `undoable`
  • Loading branch information
alexfrancoeur authored Oct 3, 2023
1 parent 3eae4ec commit 53da08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# pgroll - Zero-downtime, undoable, schema migrations for Postgres

`pgroll` is an open source command-line tool that offers safe and un-doable schema migrations for PostgreSQL by serving multiple schema versions simultaneously. It takes care of the complex migration operations to ensure that client applications continue working while the database schema is being updated. This includes ensuring changes are applied without locking the database, and that both old and new schema versions work simultaneously (even when breaking changes are being made!). This removes risks related to schema migrations, and greatly simplifies client application rollout, also allowing for instant rollbacks.
`pgroll` is an open source command-line tool that offers safe and undoable schema migrations for PostgreSQL by serving multiple schema versions simultaneously. It takes care of the complex migration operations to ensure that client applications continue working while the database schema is being updated. This includes ensuring changes are applied without locking the database, and that both old and new schema versions work simultaneously (even when breaking changes are being made!). This removes risks related to schema migrations, and greatly simplifies client application rollout, also allowing for instant rollbacks.

## Features

Expand Down

0 comments on commit 53da08f

Please sign in to comment.