Remove --use_prisma_migrate. The latest release removed this param

This commit is contained in:
Andrew Stout 2025-08-16 15:38:04 -05:00
parent 9c1670fc9d
commit a52b8e4bdd
No known key found for this signature in database
GPG Key ID: B01268A581FC2448

View File

@ -58,7 +58,7 @@ Description=LiteLLM
[Service] [Service]
Type=simple Type=simple
ExecStart=/opt/litellm/.venv/bin/litellm --config /opt/litellm/litellm.yaml --use_prisma_migrate ExecStart=/opt/litellm/.venv/bin/litellm --config /opt/litellm/litellm.yaml
Restart=always Restart=always
[Install] [Install]