From c6bd5c75172c2f661141ce45b713ed2efa0e0b02 Mon Sep 17 00:00:00 2001 From: PlanetScale Actions Bot Date: Thu, 14 Mar 2024 21:40:24 +0000 Subject: [PATCH] docs: upstream https://github.com/planetscale/www/commit/63aea85f01d714dd1032bfccc950fad54dd737bb --- docs/concepts/hobby-plan-deprecation-faq.md | 2 +- docs/learn/operating-without-foreign-key-constraints.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/hobby-plan-deprecation-faq.md b/docs/concepts/hobby-plan-deprecation-faq.md index 5110fe96..ab7caa65 100644 --- a/docs/concepts/hobby-plan-deprecation-faq.md +++ b/docs/concepts/hobby-plan-deprecation-faq.md @@ -91,7 +91,7 @@ If you do not wish to upgrade, you will be able to temporarily wake your databas ## I can't migrate in time, help! -If this causes you or your business problems, please don't hesitate to reach out to `support@planetscale` or submit a ticket at [`https://support.planetscale.com`](https://support.planetscale.com). We are happy +If this causes you or your business problems, please don't hesitate to reach out to `support@planetscale.com` or submit a ticket at [`https://support.planetscale.com`](https://support.planetscale.com). We are happy to work with you to minimize the disruption that this change causes. ## Where do I learn about the Scaler Pro plan? diff --git a/docs/learn/operating-without-foreign-key-constraints.md b/docs/learn/operating-without-foreign-key-constraints.md index 7e9abbba..b75f7c4d 100644 --- a/docs/learn/operating-without-foreign-key-constraints.md +++ b/docs/learn/operating-without-foreign-key-constraints.md @@ -105,7 +105,7 @@ CREATE TABLE child_table ( {% callout type="tip" %} Each FOREIGN KEY constraint requires an index covering the referenced column(s) on both sides of the connection. The -index parent*id_idx is \_required* by the constraint. We can drop that key in our constraint-free table, depending +index _parent_id_idx is required_ is \_required\* by the constraint. We can drop that key in our constraint-free table, depending on the type of queries we might use to retrieve data from the tables. {% /callout %}