the development workflow should be as follow:
- when a version file already exists like
name--0.0.1.sql this file should be saved as name--0.0.1.sql.old before creating a new one
- when a version bump is done these old file should be renamed back and the new version file created
- a new task
release should create a new version file including migrations
the development workflow should be as follow:
name--0.0.1.sqlthis file should be saved asname--0.0.1.sql.oldbefore creating a new onereleaseshould create a new version file including migrations