#!/bin/bash

export $(cat .env | xargs)

cargo sqlx migrate add --source como_infrastructure/migrations $name