Ghost/ghost/core/test/unit/server/data
Rishabh 5780fc2a93 Added new source and source type columns to emails table
refs https://github.com/TryGhost/Team/issues/2280

We are moving away from storing html and plaintext on email and instead will store the email data in source and source_type columns which allows us to store the email in other formats like mobiledoc and lexical. Storing in those formats allows greater flexibility for later html generation

- adds new `source` column that stores `mobiledoc`/`lexical`/`html` data for a newsletter
- adds new `source_type` column that stores one of `mobiledoc`/`lexical`/`html` to identify type of source
2022-11-23 15:04:11 +05:30
..
db Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
exporter Added new setting to toggle tracking of member sources (#15705) 2022-10-27 17:24:46 +05:30
importer Updated importer test to use new object return format 2022-11-17 14:40:24 +00:00
migrations Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
schema Added new source and source type columns to emails table 2022-11-23 15:04:11 +05:30