Re: How can I use ExecuteSQLOp?

2015-10-29 Thread Jacob Magnusson
On 10/28/15 1:57 PM, Jacob Magnusson wrote: > > Hi, > > > > I have a use-case where I need to execute a function called > > *audit_table* after a new table is created in my migrations. So I > > thought I would be able to use alembic.operations.ops.ExecuteSQLOp

How can I use ExecuteSQLOp?

2015-10-28 Thread Jacob Magnusson
Hi, I have a use-case where I need to execute a function called *audit_table* after a new table is created in my migrations. So I thought I would be able to use alembic.operations.ops.ExecuteSQLOp