Re: What would be the proper way to implement a post migration hook ?

2018-12-12 Thread Mike Bayer
On Wed, Dec 12, 2018 at 10:40 AM wrote: > > Dear Alembic User Community, > > I am looking for suggestion for the best way to address the following problem: > > We have a use case where we'd like to make sure some SQL queries are always > executed after any set migration. > Our particular use

What would be the proper way to implement a post migration hook ?

2018-12-12 Thread ncaniart
Dear Alembic User Community, I am looking for suggestion for the best way to address the following problem: We have a use case where we'd like to make sure some SQL queries are always executed after any set migration. Our particular use case is with PostgreSQL. We have several users who can