From 847b428dc55394a176e96ff01cddab5bd9c59de2 Mon Sep 17 00:00:00 2001 From: Brandon Toups Date: Fri, 31 May 2024 19:49:32 -0400 Subject: [PATCH] Update safe-migrations.md fix: typo on docs, linking to the PlanetScale workflow was the wrong url --- docs/concepts/safe-migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/safe-migrations.md b/docs/concepts/safe-migrations.md index 7ba3afb0..f28935b9 100644 --- a/docs/concepts/safe-migrations.md +++ b/docs/concepts/safe-migrations.md @@ -8,7 +8,7 @@ Safe migrations is an optional but highly recommended feature for branches in Pl ## Zero-downtime schema migrations -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. +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. ## Schema revert