Re: alembic_version in separate schema

2015-10-09 Thread Mike Bayer
see the version_table_schema parameter : http://alembic.readthedocs.org/en/latest/api/runtime.html?highlight=version_table_schema#alembic.runtime.environment.EnvironmentContext.configure.params.version_table_schema On 10/9/15 9:30 AM, wwwald wrote: > Hi, > > Sorry if this is basic - I just

alembic_version in separate schema

2015-10-09 Thread wwwald
Hi, Sorry if this is basic - I just started playing with Alembic. My current project will run on a shared PostgreSQL database, in which I only have permission to a specific schema, without writing permissions to "public". Can I configure Alembic to store the "alembic_version" table in that