Skip to content

What would be the best practice to synchronize new tables or new columns in old proyects #488

Answered by Mimetis
maxrodro asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @maxrodro

Actually you have a DeprovisionAsync() and a ProvisionAsync() methods.

If you look the documentation, you will see that it's not really complicated to use them : https://dotmimsync.readthedocs.io/Provision.html#provision-deprovision

The only thing to remember when using these methods is to save the scope tables at the end, depending your needs.
(I'm thinking about simplifying this step and encapsulate the save scope in the methods, but for now, you have to do it manually)

You have a sample here : https://github.com/Mimetis/Dotmim.Sync/tree/master/Samples/ProvisionDeprovision

Do you need more ?

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
10 replies
@Mimetis
Comment options

@maxrodro
Comment options

@maxrodro
Comment options

@Mimetis
Comment options

@maxrodro
Comment options

Answer selected by maxrodro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants