skeema / tengo

Go La Tengo: a MySQL automation library
Apache License 2.0
27 stars 19 forks source link

Remove `AUTO_INCREMENT=%d` from UnsupportDDL check. #4

Closed tomkrouper closed 6 years ago

tomkrouper commented 6 years ago

Currently when I run a skeema pull, tables where the AUTO_INCREMENT value has increased is showing up as unsupported. This change will remove the AUTO_INCREMENT from the tables so UnsupportedDDL won't be set if the numbers are different.

cc: https://github.com/skeema/skeema/pull/15, @evanelias