mmatuson / SchemaSync

A MySQL Schema Versioning and Migration Utility
http://mmatuson.github.io/SchemaSync/
Other
337 stars 110 forks source link

CREATE VIEW on second try only #64

Closed heidji closed 5 years ago

heidji commented 5 years ago
  1. Source DB has View and target doesn't.
  2. 1st patch finds all TABLE differences including foreign key constraints and everything but no CREATE VIEW
  3. 2nd patch finds MISSING VIEW and creates a CREATE VIEW command.

I expected it all to be patches in one go not in two.