Skip to main content

ALTER BRANCH

Synopsis

ALTER BRANCH source_branch IN TABLE table_name FAST FORWARD TO target_branch

Description

Fast-forward the current snapshot of one branch to the latest snapshot of another.

Examples

Fast-forward the main branch to the head of audit branch in the orders table:

ALTER BRANCH main IN TABLE orders FAST FORWARD TO audit

See also