xataio / pgroll

PostgreSQL zero-downtime migrations made easy
https://www.xata.io
Apache License 2.0
2.97k stars 54 forks source link

Add complete phase hooks #335

Closed andrew-farries closed 5 months ago

andrew-farries commented 5 months ago

Extend MigrationHooks with two new hooks:

These hooks can be used, for example, to temporarily switch off schema replication until all DDL has completed.