-
Notifications
You must be signed in to change notification settings - Fork 3
feat(cms): database migration tool #263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, try not to do except: pass + tests failing + L
lhjt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll have to push a few changes so that this image is created by the CI pipelines. Just a few comments to look at; I'll merge this in once I've added the relevant CI changes.
lhjt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good; I'll let you know once I edit the deployment manifests so that this is live.
This is an absolutely quick and hacky database migrations, it deletes all tables and rebuilds them, in the future we will use a proper migration tool but this should suffice to get staging up and running