We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22286b2 commit 219e74cCopy full SHA for 219e74c
product_docs/docs/pgd/5/sequences.mdx
@@ -230,8 +230,9 @@ support renaming `galloc` sequences or moving them to another namespace or
230
renaming the namespace that contains a `galloc` sequence. Be
231
mindful of this limitation while designing application schema.
232
233
-Additionally, after restoring a node from a backup, all galloc sequences must manually
234
-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 next value set to the maximum value of the related column.
235
+See ["Set a new start value for the sequence"](#2-set-a-new-start-value-for-the-sequence).
236
237
#### Converting a local sequence to a galloc sequence
238
0 commit comments