Deploying Schema Changes
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)
Was this page helpful?