Re: 'relation “public.alembic_version” does not exist' when using `version_table_schema` (X-Post Stackoverflow)

2016-04-11 Thread Zack S
The include_object function did it! I hadn't even thought that alembic might be cannibalizing its own version tables but it makes sense since the different upgrade scripts were not aware of one another. Thanks so much! On Monday, April 11, 2016 at 11:47:50 AM UTC-7, Mike Bayer wrote: > > > >

Re: 'relation “public.alembic_version” does not exist' when using `version_table_schema` (X-Post Stackoverflow)

2016-04-11 Thread Mike Bayer
On 04/11/2016 12:34 PM, Zack S wrote: (X-Post from Stackoverflow: http://stackoverflow.com/q/36511941/703040) I'm writing some custom code for Alembic to keep my database always updated in my dev environment for a project. The project involves a database with the following: * A |public|

'relation “public.alembic_version” does not exist' when using `version_table_schema` (X-Post Stackoverflow)

2016-04-11 Thread Zack S
(X-Post from Stackoverflow: http://stackoverflow.com/q/36511941/703040) I'm writing some custom code for Alembic to keep my database always updated in my dev environment for a project. The project involves a database with the following: - A public schema for shared data - A single