This commit is contained in:
Dominic Grimm 2023-02-28 12:44:09 +01:00
parent 5000fb55f7
commit 05565e38f9
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="$BVPLAN_DB_URL" diesel setup \
DATABASE_URL="$BVPLAN_DB_URL" diesel migration run \
--migration-dir ./migrations \
--locked-schema