You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Acoustic, there is a rt_moco_newsletters relational table that holds metadata related to newsletter subscriptions. It essentially mirrors the newsletters table in CTMS, except for a boolean subscribed field. This data lives in the main contact database as sub_<newsletter> columns.
We want to stop adding new columns to the main table, so we propose that we sync the newsletter.subscribed CTMS column to the Acoustic relational table.
add subscribed bool field to rt_moco_newsletters table
code change to sync newsletter.subscribed column to relational table
document new process for onboarding new newsletters, querying relational table
The text was updated successfully, but these errors were encountered:
…le (#752)
* Fix#562: add subscribed field to newsletters Acoustic relational table
* Improve tests
* Use newsletter lang and format in acoustic relational table
In Acoustic, there is a
rt_moco_newsletters
relational table that holds metadata related to newsletter subscriptions. It essentially mirrors thenewsletters
table in CTMS, except for a booleansubscribed
field. This data lives in the main contact database assub_<newsletter>
columns.We want to stop adding new columns to the main table, so we propose that we sync the
newsletter.subscribed
CTMS column to the Acoustic relational table.subscribed
bool field tort_moco_newsletters
tablenewsletter.subscribed
column to relational tableThe text was updated successfully, but these errors were encountered: