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