Sync Schema Versioning

112 Views Asked by At

Now that I have registered my sync services schema, how do I update it to my new model version?

1

There are 1 best solutions below

0
On BEST ANSWER

I just found out from the docs.. ¨ is highly recommended that you register the schema periodically even if it does not change—for example, register the schema each time your application launches. However, if a schema changes, update it with caution because changing a schema may cause records to be deleted and cause some clients to slow sync.¨

We need just to re-register the schema..