From 21594766bddf3ca8612cdc5400d8be49cc29e653 Mon Sep 17 00:00:00 2001 From: Matthew Gwillam <71602865+matthew123987@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:49:44 +0100 Subject: [PATCH] Update sequences.mdx --- product_docs/docs/pgd/5/sequences.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/pgd/5/sequences.mdx b/product_docs/docs/pgd/5/sequences.mdx index 9bee8e3d20f..d9665cd9e40 100644 --- a/product_docs/docs/pgd/5/sequences.mdx +++ b/product_docs/docs/pgd/5/sequences.mdx @@ -230,8 +230,8 @@ support renaming `galloc` sequences or moving them to another namespace or renaming the namespace that contains a `galloc` sequence. Be mindful of this limitation while designing application schema. -Additionally, after restoring a node from a backup, all galloc sequences must manually have their maximum -value set to the maximum value of the attached data column. +Additionally, after restoring a node from a backup, all galloc sequences must manually +have their maximum value set to the maximum value of the attached data column. #### Converting a local sequence to a galloc sequence