Releases: bitner/pgpkg
Releases · bitner/pgpkg
v0.1.1
0.1.1
Fixed
- Preserve body-only routine changes during makemigration by appending CREATE OR REPLACE definitions when schema diff misses them.
- Filter unsafe routine drops only when the same routine kind and signature still exist in the target schema, avoiding false positives during function-to-procedure transitions.