#!/usr/bin/env bash # -*- coding: utf-8 -*- DATABASE_URL="$BACKEND_DB_URL" diesel setup \ --migration-dir ./migrations \ --locked-schema && ./bin/backend run