Closed scottshipman closed 6 years ago
Will need to run these SQL on the Deploy first
ALTER TABLE contactclient_stats ADD campaign_id INT NOT NULL, ADD event_id INT NOT NULL; CREATE INDEX campaign_id_date_added ON contactclient_stats (campaign_id, date_added);
Will need to run these SQL on the Deploy first