Skip to content

v0.1.1

Latest

Choose a tag to compare

@bitner bitner released this 12 May 15:36

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.