In sqlalchemy-migrate repos, we can place .sql files instead of .py files under versions folder for upgrading/downgrading database schema.
001_mysql_downgrade.sql
001_mysql_upgrade.sql
Is the same feature exist in alembic? If yes can someone plz explain how to do?
Thanks