What is the simplest way of keeping track of changes to a projects database structure?
When I change something about the database (eg, add a new table, add a new fie
You can dump the schema and commit it -- and the RCS will take care of the changes between versions.