You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Lhm for altering a table but the existing triggers doesn't get copied when the lhm table is renamed with the old table name.
Consider this
I have a table with trigger 'x' now lhm adds three more triggers create,update and delete and when the copying of table is complete it deletes the trigger and renames the lhm table with the old table but after it renames trigger 'x' is missing
The text was updated successfully, but these errors were encountered:
I have same kind of issue : we already have after save trigger on a table and lhm fail complaining about "This version of MySQL doesn't yet support 'multiple triggers with the same action time and event for one table"
I am using Lhm for altering a table but the existing triggers doesn't get copied when the lhm table is renamed with the old table name.
Consider this
I have a table with trigger 'x' now lhm adds three more triggers create,update and delete and when the copying of table is complete it deletes the trigger and renames the lhm table with the old table but after it renames trigger 'x' is missing
The text was updated successfully, but these errors were encountered: