0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data
Fabien O'Carroll 3b0a84b33b Added email_recipient_filter column to posts table
no-issue

This column will allow us to decouple the recipients of newsletter from
the `visibility` of a post, allowing us to send emails to specifically
free members, or to send paid posts as newsletters to all members.
2020-11-04 16:29:54 +00:00
..
db Removed global.Promise override (#12182) 2020-11-04 10:55:47 +00:00
exporter Fixed "no-shadow" linting error in server/data modules (#12288) 2020-10-20 11:56:46 +13:00
importer Fixed "no-shadow" linting error in server/data modules (#12288) 2020-10-20 11:56:46 +13:00
migrations Added email_recipient_filter column to posts table 2020-11-04 16:29:54 +00:00
schema Added email_recipient_filter column to posts table 2020-11-04 16:29:54 +00:00
validation Improved settings validation (#12048) 2020-07-15 17:11:27 +02:00