Ban and artifacts snapshots
Compare changes
Files
66+ 11
− 0
@@ -4,6 +4,7 @@ namespace Minds\Cli;
@@ -158,6 +159,16 @@ class Controller
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);