Closed loganripplinger closed 4 years ago
Under a set of conditions that are not clear right now alembic attempted to drop tables it created in a previous migration. This action caused alembic to fail and it failed silently.
Is there a way we can notify the user if alembic fails?
https://github.com/brighthive/data-resource-api/pull/54 fixes this issue.
Under a set of conditions that are not clear right now alembic attempted to drop tables it created in a previous migration. This action caused alembic to fail and it failed silently.
Is there a way we can notify the user if alembic fails?