Additive Changes
Example: Add a new table that a new version of the app depends on, or add a new column to an existing table.
Apply source schema changes (i.e. in Postgres database) (often as a pre-deploy step as part of 2)
Deploy backend application changes
Deploy sync rule changes
Wait for sync rule reprocessing to complete
Publish the app (may be deployed with delayed publishing at any prior point)
Last updated