From d8e1ff08531469c869b33dab4090c1b01a0ffd1d Mon Sep 17 00:00:00 2001 From: PlanetScale Actions Bot Date: Thu, 30 May 2024 05:51:52 +0000 Subject: [PATCH] docs: upstream https://github.com/planetscale/www/commit/8f372da0b4b6250a7ab99937711440760680fddc --- docs/concepts/deploy-requests.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/concepts/deploy-requests.md b/docs/concepts/deploy-requests.md index fd1b419c..489f7845 100644 --- a/docs/concepts/deploy-requests.md +++ b/docs/concepts/deploy-requests.md @@ -127,6 +127,7 @@ In order for a deploy request to be instantly deployed, _all_ schema changes in The following changes are examples of changes that are **not** instantly deployable: - Changing a column's data type +- Adding a column with a non-literal default value - Adding or dropping an index - Adding or dropping a foreign key constraint - Extending a `VARCHAR` column size