Ghost/core/server/data/exporter
Rishabh Garg ee0a6910ce
Added table to store multiple newsletters for member (#14408)
refs https://github.com/TryGhost/Team/issues/1469

With multiple newsletters, members will now be able to subscribe to one or more newsletters on the site. Previously, the subscription to default newsletter for a member was controlled via a single boolean `subscribed` column on the member table.
This change allows mapping multiple newsletters to a member via new pivot table that stores relation between a member and newsletter.

- adds new `members_newsletters` pivot table
- update tests
2022-04-04 18:11:36 +05:30
..
export-filename.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
exporter.js Replaced i18n.t w/ tpl in core/server/data (#13491) 2021-10-08 15:31:17 +01:00
index.js Split data exporter's index file into separate module 2021-05-21 19:13:55 +04:00
table-lists.js Added table to store multiple newsletters for member (#14408) 2022-04-04 18:11:36 +05:30