Skip to content

Ban and artifacts snapshots

CQL Schema changes:

CREATE TABLE minds.user_snapshots (
  user_guid varint,
  type text,
  key text,
  json_data text,
  PRIMARY KEY (user_guid, type, key)
) WITH CLUSTERING ORDER BY (type ASC, key ASC);
Edited by Emiliano Balbuena

Merge request reports