This repository has been archived on 2023-11-08. You can view files and clone it, but cannot push or open issues or pull requests.
fiddle/run.sh

11 lines
181 B
Bash
Raw Normal View History

2023-06-02 14:27:39 +00:00
#!/usr/bin/env bash
# -*- coding: utf-8 -*-
set -e
DATABASE_URL="$FIDDLE_DB_URL" diesel setup \
--migration-dir ./migrations \
--locked-schema
RUST_LOG=info ./bin/fiddle