Is it possible to Exclude objects in a Schema Sync

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
tmricardo7
Posts: 1
Joined: Fri 17 Feb 2017 21:17

Is it possible to Exclude objects in a Schema Sync

Post by tmricardo7 » Fri 17 Feb 2017 21:42

Greetings.

I started using the dbForge Studio, I created a DB Project and I want to synchronize it to a DB Target, but we need to exclude some tables, or just be able to change sync those who are in our project. For Example:
There are 2 tables in my DB Project: Table A and Table B.
And there are 2 tables in the Target Database: Table B and Table C.

I want to sync only the Table A and Table B. This has to be done in Command line using /schemacompare
with the DB Project as the source. The table C from the Target DB should remain intact(right now is dropped).

So, is there a way that I can synchronize just the tables that I explicitly call(in my case Table A and B)?

Thanks.

alexa

Re: Is it possible to Exclude objects in a Schema Sync

Post by alexa » Mon 20 Feb 2017 14:00

There is no such a possibility. Though, we will review it when developing the next product versions.

Post Reply