Skip to content

Releases: bitner/pgpkg

v0.1.1

12 May 15:36

Choose a tag to compare

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.

v0.1.0

05 May 21:23
e6a5013

Choose a tag to compare

What's Changed

New Contributors

  • @bitner made their first contribution in #9

Full Changelog: https://github.com/bitner/pgpkg/commits/v0.1.0