0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core
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
..
client@ef66ef1403 Updated Admin to v4.42.1 2022-04-04 10:39:50 +01:00
frontend Added a note to potentially breaking price helper 2022-04-01 11:33:02 +08:00
server Added table to store multiple newsletters for member (#14408) 2022-04-04 18:11:36 +05:30
shared Fixed multiple mobile size bugs for Portal 2022-03-28 17:46:06 +05:30
app.js Fixed express app stacking 2021-12-06 21:28:53 +13:00
boot.js Added theme-service-init metric during boot 2022-03-24 09:20:52 +00:00
bridge.js 💡 Pinned frontend API version to canary 2022-02-17 17:55:55 +00:00