From a1675bb7ccdf569210fb61e6c7f37d070ceefe24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Rosales?= Date: Mon, 23 Sep 2024 17:16:05 -0700 Subject: [PATCH] wip: fix doc comment --- .../bin/src/db/index/schema/cql/rbac509_registration.cql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst-gateway/bin/src/db/index/schema/cql/rbac509_registration.cql b/catalyst-gateway/bin/src/db/index/schema/cql/rbac509_registration.cql index 6b89579df8..44f51ce867 100644 --- a/catalyst-gateway/bin/src/db/index/schema/cql/rbac509_registration.cql +++ b/catalyst-gateway/bin/src/db/index/schema/cql/rbac509_registration.cql @@ -4,7 +4,7 @@ CREATE TABLE IF NOT EXISTS rbac509_registration ( chain_root blob, -- 32 Bytes of Chain Root. transaction_id blob, -- 32 Bytes of Transaction Hash. purpose blob, -- 16 Bytes of UUIDv4 Purpose. - slot_no varint, -- slot number when the key_was_registered/re-registered. + slot_no varint, -- slot number when the key_was_registered. txn smallint, -- Index of the TX which holds the registration data. -- Non-Key Data