Ban and artifacts snapshots
Compare changes
Files
2- Emiliano Balbuena authored
+ 11
− 11
@@ -62,22 +62,22 @@ class Snapshot extends Cli\Controller implements Interfaces\CliControllerInterfa
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);