bcgov / openshift-launchpad

A project template to accelerate onboarding to the OpenShift platform
Apache License 2.0
1 stars 0 forks source link

flask-migrate implementation with server-migrate container to run migrations #3

Closed hitankar-freshworks closed 4 years ago

hitankar-freshworks commented 4 years ago

Used flask-migrate library to create and db migrations. Updated server-migrate container to run them. Added make db-upgrade to run the migration container.

Squashed commits: removing code relating to old migration feature add make db-upgrade to Makefile and update README