Skip to content
Snippets Groups Projects

Experiment: "Build iOS app guide" email campaign

Merged Eugie Limpin requested to merge experiment/publish-ios-apps-with-fastlane into master
All threads resolved!
Compare and Show latest version
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -15856,6 +15856,7 @@ CREATE TABLE in_product_marketing_emails (
created_at timestamp with time zone NOT NULL,
updated_at timestamp with time zone NOT NULL,
campaign text,
CONSTRAINT check_9d8b29f74f CHECK ((char_length(campaign) <= 255)),
CONSTRAINT in_product_marketing_emails_track_and_series_or_campaign CHECK ((((track IS NOT NULL) AND (series IS NOT NULL) AND (campaign IS NULL)) OR ((track IS NULL) AND (series IS NULL) AND (campaign IS NOT NULL))))
);
Loading