Good day. Several developers use GIT to work with a site that is made on WordPress.
Database problems. How can it merdzhit? Maybe there is a solution or thoughts on this?
Good day. Several developers use GIT to work with a site that is made on WordPress.
Database problems. How can it merdzhit? Maybe there is a solution or thoughts on this?
Look at Liquibase . This program allows you to describe database changes in various formats (XML, YAML, JSON and SQL) and apply them in the correct sequence. She keeps track of which changes have been applied and which are not. Allows you to roll back changes and apply them again. Since changes are stored in text files, they can (and should) be placed in the version control system.
Source: https://ru.stackoverflow.com/questions/626756/
All Articles