You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to migrate-users
Hello,
I just started using sqlalchemy-migrate and it almost looks like it will work very nicely, except for having to deal with triggers in MySQL. I was wondering if there was to be any support for triggers in a upcoming version?
Ive tried to to use a script_sql and a script but both won't generate my trigger.
Thanks,
Charles
percious
unread,
Feb 3, 2016, 7:36:12 PM2/3/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to migrate-users
Hi Charles,
This project has been out of maintenance for some time now. I recommend taking a look at alembic, which fits in with the SQLAlchemy family more tightly as it is maintained by Mike Bayer and crew.