Skip to content

Commit

Permalink
chore(cat-gateway): fix CQL comments
Browse files Browse the repository at this point in the history
  • Loading branch information
saibatizoku committed Nov 14, 2024
1 parent 92f67c1 commit bc87c9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Delete Chain Root For Role0 Key. RBAC 509 registrations.
-- Delete Chain Root For Role0 Key (RBAC 509 registrations).
DELETE FROM chain_root_for_role0_key
WHERE role0_key = :role0_key
AND slot_no = :slot_no
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Get all primary keys from Chain Root For Role0 Key. RBAC 509 registrations.
-- Get all primary keys from Chain Root For Role0 Key (RBAC 509 registrations).
SELECT
role0_key,
slot_no,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Get all primary keys from CIP-36 invalid registration by Stake Address.
-- Get all primary keys from CIP-36 Invalid Registration by Stake Address.
SELECT
stake_address,
slot_no,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Index of Chain Root For Stake Address. RBAC 509 registrations.
-- Index of Chain Root For Stake Address (RBAC 509 registrations).
CREATE TABLE IF NOT EXISTS chain_root_for_stake_addr (
-- Primary Key Data
stake_addr blob, -- 32 Bytes of Stake Address.
Expand Down

0 comments on commit bc87c9b

Please sign in to comment.