#!/bin/bash DATABASE_URL="$BACKEND_DB_URL" diesel setup \ --migration-dir ./migrations \ --locked-schema && RUST_BACKTRACE=full "./bin/$1"