This adds a bunch of stuff, including setting the organization's Lob sender address ID, inserting mailer/compliance_report relationships, adding external id from Lob (or maybe some other provider) and attempting to load up the pool feature for a site.
4 lines
141 B
SQL
4 lines
141 B
SQL
-- +goose Up
|
|
ALTER TABLE comms.mailer ADD COLUMN external_id TEXT NOT NULL;
|
|
-- +goose Down
|
|
ALTER TABLE comms.mailer DROP COLUMN external_id;
|