Ghost/test/unit/server/data
Thibaut Patel f096e29922 Added the newsletters table
refs https://github.com/TryGhost/Team/issues/1433

- The `default` property stores whether a newsletter is set as default by the admin
- The `status` property stores whether a newsletter is archived or not
- The `recipient_filter` property is only storing whether a newsletter is "paid-only" or not for now, although it can be expanded to more specific filters in the future
- The `subscribe_on_signup` property stores whether a new member should be automatically signed up to the newsletter
- The `sort_order` property enables displaying the newsletter list in an order chosen by the admins
2022-03-29 15:23:26 +02:00
..
db Moved server unit tests into the server folder 2021-10-06 12:01:09 +01:00
exporter Removed unnecessary use of rewire 2022-03-24 19:32:06 +00:00
importer 🐛 Fixed uppercase file extensions ignored in content import (#14268) 2022-03-11 09:17:58 +01:00
migrations Split apart DB init queries in tests 2022-03-28 16:17:17 +01:00
schema Added the newsletters table 2022-03-29 15:23:26 +02:00