Commit d0512a5b authored by Ben Hayward's avatar Ben Hayward

accidental commit

1 merge request!324[Sprint/NuancedNumbat](chore): Added in moderation and reporting schema (CQL)
Pipeline #81851298 running with stages
......@@ -1446,13 +1446,6 @@ CREATE TABLE minds.email_campaign_logs (
PRIMARY KEY (receiver_guid, time_sent)
) WITH CLUSTERING ORDER BY (time_sent desc);
CREATE TABLE minds.pro (
user_guid bigint,
domain text,
json_data text,
PRIMARY KEY (user_guid)
);
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