Ghost/test/unit
Matt Hanley 09804244f5 Added newsletters table to default export
refs https://github.com/TryGhost/Team/issues/1629

- We want to export the default newsletter so that we don't lose the post<>newsletter relationship when exporting
- The newsletter_id is currently ignored in the post importer (https://github.com/TryGhost/Ghost/pull/14720) so imports won't work right now
- This change means that exports created in 5.0+ will work later on with no data loss once the importer supports it
- The counts displayed for the newsletters are a count of email records, not post records - and we don't export/import emails so the count will always be 0 after importing a newsletter
2022-05-16 17:49:25 +01:00
..
api Removed output of "page" filter in Admin/Content APIs 2022-05-16 22:06:55 +08:00
frontend Updated output logic to correctly use excerpt 2022-05-16 15:51:14 +01:00
server Added newsletters table to default export 2022-05-16 17:49:25 +01:00
shared Updated output logic to correctly use excerpt 2022-05-16 15:51:14 +01:00