From 2f93ac2392445820cf069cbda73d57037afcde5a Mon Sep 17 00:00:00 2001 From: Robert Jambrecic Date: Mon, 24 Jun 2024 10:51:43 +0200 Subject: [PATCH] Add prisma migrate deploy to the run_server.sh --- scripts/run_server.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/run_server.sh b/scripts/run_server.sh index 11d3f9f..f6eb568 100755 --- a/scripts/run_server.sh +++ b/scripts/run_server.sh @@ -2,8 +2,7 @@ cat <<< "$CLIENT_SECRET" > client_secret.json -# ToDo: Uncomment the following line when we create a NEW database -# prisma migrate deploy +prisma migrate deploy prisma generate uvicorn google_sheets.app:app --workers 2 --host 0.0.0.0 --proxy-headers