That was it, thanks!
On Wednesday, November 21, 2018 at 6:57:10 PM UTC+1, Mike Bayer wrote:
>
> you need to have include_schemas=True in your env.py:
>
>
> https://alembic.zzzcomputing.com/en/latest/api/runtime.html?highlight=include_schemas#alembic.runtime.environment.EnvironmentContext.configur
you need to have include_schemas=True in your env.py:
https://alembic.zzzcomputing.com/en/latest/api/runtime.html?highlight=include_schemas#alembic.runtime.environment.EnvironmentContext.configure.params.include_schemas
On Wed, Nov 21, 2018 at 11:49 AM Riccardo Magliocchetti
wrote:
>
> Hello,
>
Hello,
for some reason at each migration alembic does not find any table or index and
creates them from scratch. Assuming this is not something other people are
seeing, the only thing peculiar to our setup is that we are using postgresql
schemas.
e.g. I've added a deleted column and the diff