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.

  1. Apply source schema changes (i.e. in Postgres database) (often as a pre-deploy step as part of 2)

  2. Deploy backend application changes

  3. Deploy sync rule changes

  4. Wait for sync rule reprocessing to complete

  5. Publish the app (may be deployed with delayed publishing at any prior point)

Last updated