#!/bin/bash export $(cat .env | xargs) cargo sqlx migrate run --source como_infrastructure/migrations --database-url=$DATABASE_URL