Maintaining database schema

Hi there,

I’m curious about how do You maintain and synchronize Your database schemas… I work with a friend and when he changes database schema, he needs to commit whole dump (schema with data) on svn, then I have to delete my db on localhost and import his. With small projects there’s no problem, but when db has over 100Mb it can be quite frustraiting…

Maybe You have better solution? Please share :rolleyes:

Give dbSync a try.

http://phpclasses.org/browse/package/2354.html

It worked for me, although it does not show the changes performed.

Thx Pestaa, this works just fine for me :rolleyes: