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
{{ message }}
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.
We need to have a schema migration system in place. We should create the first migration for v0.6.0 that simply updates the version number or something.
The liquibase project has diff tools and an updateSQL command. Our workflow has involved using external tools to prepare migrations and some go:generate magic to package them.
We need to have a schema migration system in place. We should create the first migration for v0.6.0 that simply updates the version number or something.
Thoughts?
Based on this TODO: https://github.com/coreos/rocket/blob/master/cas/cas.go#L124
The text was updated successfully, but these errors were encountered: