#!/bin/bash export $(cat .env | xargs) cargo sqlx migrate add "--source crates/$service/migrations" $name