Skip to content

v0.2.3 Multi-statement Migrations πŸ›

Latest

Choose a tag to compare

@SpaceShaman SpaceShaman released this 04 Aug 14:31

πŸ› Fix

  • Support for multi-statement migrations
    Fixed an issue where applying migrations with multiple SQL statements would fail. The client now splits the script and executes each statement individually, allowing complex migrations to work as expected.

πŸ“ Docs

  • Updated Docker example
    The docker-compose command in the README has been updated to use modern syntax with named volumes.

βœ… Tests

  • Migration test added
    Added a test to ensure that migrations containing multiple SQL statements are applied correctly.

Full Changelog: v0.2.2...v0.2.3