#!/bin/bash

# ./alembic revision --autogenerate -m "Added snapshot_name to versions"

alembic -c src/benji/sql_migrations/alembic.ini "$@"
