Ban and artifacts snapshots
Compare changes
Files
3- Emiliano Balbuena authored
+ 18
− 0
@@ -106,6 +106,24 @@ class Manager
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);