From 758f198acd65217d06a8a6afabe3ef09efa1789e Mon Sep 17 00:00:00 2001 From: Andrew Stout Date: Thu, 7 Aug 2025 19:06:07 -0500 Subject: [PATCH] Added prisma migrate param --- install/litellm-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/litellm-install.sh b/install/litellm-install.sh index 98c12eed..0634a783 100644 --- a/install/litellm-install.sh +++ b/install/litellm-install.sh @@ -53,7 +53,6 @@ general_settings: master_key: sk-1234 database_url: postgresql://$DB_USER:$DB_PASS@127.0.0.1:5432/$DB_NAME store_model_in_db: true - use_prisma_migrate: true EOF cat </etc/systemd/system/"${APPLICATION}".service @@ -62,7 +61,7 @@ Description=LiteLLM [Service] Type=simple -ExecStart=litellm --config /opt/"${APPLICATION}".yaml +ExecStart=litellm --config /opt/${APPLICATION}.yaml --use_prisma_migrate Restart=always [Install]