Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Commit 99d1e16

Browse files
1 parent 691e61d commit 99d1e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/safe-migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Safe migrations is an optional but highly recommended feature for branches in Pl
88

99
## Zero-downtime schema migrations
1010

11-
Safe migrations enable the [PlanetScale workflow](/docs/concepts/planet-scale-workflow) on a given branch and allow your team to create deploy requests to merge schema changes into that branch. When changes are merged using deploy requests, a ghost table will be created with the desired schema changes. Your data will be continuously synchronized with that table until you decide to apply the changes.
11+
Safe migrations enable the [PlanetScale workflow](/docs/concepts/planetscale-workflow) on a given branch and allow your team to create deploy requests to merge schema changes into that branch. When changes are merged using deploy requests, a ghost table will be created with the desired schema changes. Your data will be continuously synchronized with that table until you decide to apply the changes.
1212

1313
## Schema revert
1414

0 commit comments

Comments
 (0)