On 6/11/14, 4:54 PM, Stefan Urbanek wrote:
> Hi,
>
> I'm trying to create tables using alembic with custom engine/metadata
> objects, already configured by our other library. I want all the
> tables to default to one schema – schema specified in the metadata. I
> have the original code:
>
> co
Hi,
I'm trying to create tables using alembic with custom engine/metadata
objects, already configured by our other library. I want all the tables to
default to one schema – schema specified in the metadata. I have the
original code:
context.configure(
connection=connection,