You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would be open to a new Script command install_version_storage, which would leverage a provided (required) to_version argument by installing the version storage (not with a migration, unnecessary) with a call to DBICDH. Tests would be required, of course. I will not be implementing such myself at the present time.
When database is not versioned yet, but already exists it looks reasonable to generate upgrade/downgrade scripts which add/drop table for versioning:
MySQL/upgrade/0-1/001-auto.sql
MySQL/downgrade/1-0/001-auto.sql
This will allow us to start versioning without deploying database from scratch
The text was updated successfully, but these errors were encountered: