What's Changed
- fix: defer new table inline FK when it depends on a new unique constraint (#506) by @tianzhou in #507
- fix: use DROP INDEX IF EXISTS in online index rebuild (#509) by @kenchan0130 in #510
- fix: drop triggers on dropped tables before their functions (#505) by @tianzhou in #511
- fix: preserve INCLUDE columns in CREATE INDEX CONCURRENTLY (#508) by @tianzhou in #512
- fix: emit COMMENT and DISABLE for newly added table triggers by @tianzhou in #516
- feat(dump): qualify same-schema type references under --qualify-schema (#493) by @tianzhou in #514
Full Changelog: v1.12.0...v1.12.1
What's Changed
- fix: defer new table inline FK when it depends on a new unique constraint (#506) by @tianzhou in #507
- fix: use DROP INDEX IF EXISTS in online index rebuild (#509) by @kenchan0130 in #510
- fix: drop triggers on dropped tables before their functions (#505) by @tianzhou in #511
- fix: preserve INCLUDE columns in CREATE INDEX CONCURRENTLY (#508) by @tianzhou in #512
- fix: emit COMMENT and DISABLE for newly added table triggers by @tianzhou in #516
- feat(dump): qualify same-schema type references under --qualify-schema (#493) by @tianzhou in #514
Full Changelog: v1.12.0...v1.12.1