Ghost/test/unit/server/data
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
..
db Moved server unit tests into the server folder 2021-10-06 12:01:09 +01:00
exporter Added newsletters table to default export 2022-05-16 17:49:25 +01:00
importer Renamed newsletter_id and email_recipient_filter options (#14798) 2022-05-16 10:18:04 +02:00
migrations Split apart DB init queries in tests 2022-03-28 16:17:17 +01:00
schema Removed oauth experiment 2022-05-16 17:37:13 +01:00