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

#!/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