Commit 83c8a45d authored by Emiliano Balbuena's avatar Emiliano Balbuena

(chore): Missing pkey on provisioning schema

1 merge request!281WIP: (feat): Minds Pro
Pipeline #73002086 passed with stages
in 10 minutes and 37 seconds
......@@ -1449,7 +1449,8 @@ CREATE TABLE minds.email_campaign_logs (
CREATE TABLE minds.pro (
user_guid bigint,
domain text,
json_data text
json_data text,
PRIMARY KEY (user_guid)
);
CREATE MATERIALIZED VIEW minds.pro_by_domain AS
......
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