From 3553c365600e957a208154d4f444c3e7eacdb84a 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 18e25a170a5..dc7e341ddf0 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