[Question] Sync between databases using FuelCMS in development.
I've a question about databases synchronization problem.
How can I sync database between developers?
For example, I've a project to be done by a team, we are in 4.
Each of us are developing own module in our local environment.
However come to database merging, I face a problem how can we sync all our local databases.
Currently I am done by insert one by one for the pages/navigation in a main environment.
This that any better/faster development way for this?
Comments
http://docs.getfuelcms.com/modules/sync
https://github.com/daylightstudio/FUEL-CMS-Sync-Module
@almostcompletely Thanks for you recommendation. I will take a looks at SJA how it works. Hope it can solve my problem.