srcshelton / myway

Enhanced MySQL-targeted Flyway alternative
0 stars 0 forks source link

Value of `LAST_INSERT_ID()` is lost due to metadata update #6

Closed srcshelton closed 8 years ago

srcshelton commented 8 years ago

Since adding an (otherwise unused) AUTO_INCREMENT column to myway_schema_actions in order to keep InnoDB happy (ab97ddd), the value of LAST_INSERT_ID() is being overwritten.

srcshelton commented 8 years ago

94083a7