docs: point the empty down at the grant it is declining to revoke

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Guilhem Lemouel
2026-09-09 14:28:44 +02:00
co-authored by Claude Opus 5
parent ad97bcf110
commit 9cd227515d
@@ -1,5 +1,6 @@
-- Deliberately empty. On an instance where 20250205131523 succeeded, this grant
-- came from its ALTER DEFAULT PRIVILEGES when the sequence was created, and the
-- catalog keeps no record distinguishing that from the one above — so a REVOKE
-- here would strip a privilege the instance had before this migration ran, and
-- leave every autosave failing with `permission denied for sequence`.
-- came from its ALTER DEFAULT PRIVILEGES when the sequence was created, and
-- `relacl` keeps no record distinguishing that from the GRANT in this migration's
-- up — so a REVOKE here would strip a privilege the instance had before this
-- migration ran, and leave every autosave failing with `permission denied for
-- sequence`.