git - How automatically track schema changes? -


i work on team , use git version controlling. each team member has own local mysql server. when alter table on db need query propagated among db instances. there way or tool track schema changes?

we use flyway maintain db schema... can find more details @ website http://flywaydb.org/

the concept in summary is:

  1. you maintain changes in sql scripts, naming convention v< incrementingcounter >__< name >.sql
  2. you hook flyway on app start up, automatically migrates db latest version

is looking for?


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -