DataBase Change Management

Categories

Component ID

498542

Component name

DataBase Change Management

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

918

Component created

Component changed

Component body

database Change Management (dbCM) lets user to compare the changes made in local database over a period of time.

During drupal development, the changes are made in database. To deploy these changes on the production server, user has to either dump complete database on the production server or manullay make the setting on the production server. Using dbCM, user can find all the database changes made between the time period. Before start of development, user can take snapshot of the database. After completion of development, user can find the changes with previously saved snapshot of database. It will list sql queries as the changes made to the database.