Right now, changes to the functions and triggers in the Postgres database are not automatically tracked by alembic or Git. We can change this with alembic_utils, and using its Python constructs to track these changes to our database with Alembic and have the underlying source stored in the repository.
Right now, changes to the functions and triggers in the Postgres database are not automatically tracked by alembic or Git. We can change this with alembic_utils, and using its Python constructs to track these changes to our database with Alembic and have the underlying source stored in the repository.