Commit 34d3f265 authored by Ben Hayward's avatar Ben Hayward

reverting one table

1 merge request!324[Sprint/NuancedNumbat](chore): Added in moderation and reporting schema (CQL)
Pipeline #81851071 canceled with stages
......@@ -1453,13 +1453,6 @@ CREATE TABLE minds.pro (
PRIMARY KEY (user_guid)
);
CREATE MATERIALIZED VIEW minds.pro_by_domain AS
SELECT domain, user_guid, json_data
FROM minds.pro
WHERE user_guid IS NOT NULL AND domain IS NOT NULL
PRIMARY KEY (domain, user_guid)
WITH CLUSTERING ORDER BY (user_guid ASC);
CREATE TABLE minds.moderation_reports (
entity_urn text,
reason_code tinyint,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment