const QUERY: &str = "-- Index RBAC 509 Registrations (Valid)\nINSERT INTO rbac_registration (\n catalyst_id,\n txn_id,\n slot_no,\n txn_index,\n prv_txn_id,\n purpose\n) VALUES (\n :catalyst_id,\n :txn_id,\n :slot_no,\n :txn_index,\n :prv_txn_id,\n :purpose\n);\n";
Expand description
RBAC Registration Indexing query