Skip to content

Command to check that alembic migrations are in sync with SQLAlchemy models

License

Notifications You must be signed in to change notification settings

4Catalyzer/alembic-autogen-check

Repository files navigation

alembic-autogen-check

Latest version Travis-CI

Command to check that alembic migrations are in sync with SQLAlchemy models.

screenshot

Install

pip install alembic-autogen-check

Usage

PYTHONPATH=. alembic-autogen-check

This assumes that an alembic.ini file exists in the current working directory. You can explicitly pass a config file:

PYTHONPATH=. alembic-autogen-check --config path/to/alembic.ini

About

Command to check that alembic migrations are in sync with SQLAlchemy models

Resources

License

Stars

Watchers

Forks

Packages

No packages published