From 8f0ae3e2dde54e1ec50b67d605c222f87b80db9b Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 9 Dec 2023 22:51:08 -0500 Subject: [PATCH] Fix config file for database migrations --- gen-api-migrations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen-api-migrations b/gen-api-migrations index 1c3359eb..c5d707df 100755 --- a/gen-api-migrations +++ b/gen-api-migrations @@ -6,7 +6,7 @@ VERSION="$( head -1 debian/changelog | awk -F'[()-]' '{ print $2 }' )" pushd $( git rev-parse --show-toplevel ) &>/dev/null pushd api-daemon &>/dev/null -export PVC_CONFIG_FILE="./pvcapid.sample.yaml" +export PVC_CONFIG_FILE="../pvc.sample.conf" ./pvcapid-manage_flask.py db migrate -m "PVC version ${VERSION}" ./pvcapid-manage_flask.py db upgrade popd &>/dev/null