Skip to content

upgradeSchema: support changing table engine or comment

Jérome Perrin requested to merge fix/upgradeSchema-change-table-engine into master

We were only checking if the defaut charset or default collation were same, but if anything is different in the table options, we should update it.

Also add a missing test for updating column comment

Merge request reports