Fix run.sh to use new env var names

This commit is contained in:
Dominic Grimm 2023-02-28 12:37:37 +01:00
parent fccde85b15
commit 5000fb55f7
No known key found for this signature in database
GPG key ID: 6F294212DEAAC530

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# -*- coding: utf-8 -*-
DATABASE_URL="$BACKEND_DB_URL" diesel setup \
DATABASE_URL="$BVPLAN_DB_URL" diesel setup \
--migration-dir ./migrations \
--locked-schema