Ensure database migrations are in source control

This commit is contained in:
2020-02-15 23:15:47 -05:00
parent 158ed8d3f0
commit 760805fec1
8 changed files with 270 additions and 18 deletions

View File

@ -11,6 +11,5 @@ if [[ ! -f ${PVC_CONFIG_FILE} ]]; then
fi
pushd /usr/share/pvc
./pvcapid-manage.py db migrate
./pvcapid-manage.py db upgrade
popd