SQLAlchemy and Alembic keeps generate the same migration when nothing changed
I have 2 migration steps, first (manual) to create schema if not exists and second to initiate 4 tables.
I have 2 migration steps, first (manual) to create schema if not exists and second to initiate 4 tables.