Page 1 of 1

Database source control using Database Project

Posted: Mon 20 Oct 2014 17:15
by thecodeslinger
I am looking into using the Database Project feature to put our database under source control. This looks like it will work for schema and database objects because it generates sql files for each database object which we can then put under source control. Then using the DBForge command line, we can have our build server use the /schemacompare feature to generate schema and object upgrade scripts from the checked in schema changes.

However, I don't see a recommended way to put data like lookup table data into the Database Project such that I can use the /datacompare feature of the command line to generate data upgrade scripts from checked in data changes.

Is there a recommended way? Are there plans to include this feature?

Thanks.

Re: Database source control using Database Project

Posted: Tue 21 Oct 2014 08:57
by alexa
You can add a suggestion on our UserVoice forum where other users can vote for it http://devart.uservoice.com/forums/7729 ... -for-mysql

We collect and analyze the information from this forum in order to make a proper roadmap for future product releases.