Skip to content

v0.2.1 Now with Custom Migrations Folder Path

Compare
Choose a tag to compare
@SpaceShaman SpaceShaman released this 26 Jan 16:48
· 1 commit to master since this release

This update introduces the ability to specify a custom folder for your migrations.

Key Feature

  • Custom Migrations Folder: Use the --path or -P option to specify a custom folder for your migrations.
    • sqlift up --path <migrations_folder>
    • sqlift down --path <migrations_folder>

Feel free to use and provide feedback!

Full Changelog: v0.1.3...v0.2.1