Ghost/test
Kevin Ansfield 1dfaf8c5f8
Added migration to store from/reply-to values in email table (#12204)
no issue

The email table should be a reference for all data that was used when sending an email. From and Reply-to addresses can change over time and we don't have any other reference for their value at the time of sending an email so we should store them alongside the email content.

- schema updated with `from` and `reply_to` columns
- both are set to `nullable` because we don't have historic data (can be populated and changed in later migrations if needed)
- neither `from` or `reply_to` have `isEmail` validations because they can have name+email in an email-specific format
- will help keep concerns separated in the future. `mega` service can deal with all of the email contents/properties, and the `bulk-email` service's concerns are then only email sending and any provider-specific needs
2020-09-24 08:20:10 +01:00
..
api-acceptance Disabled changing webhook's integration_id through PUT API 2020-09-24 16:24:02 +12:00
frontend-acceptance
regression Fixed error message checks in members regression test 2020-09-24 15:31:19 +12:00
unit Added migration to store from/reply-to values in email table (#12204) 2020-09-24 08:20:10 +01:00
utils Fixed acceptance tests for posts_meta refactor 2020-09-17 21:19:26 +12:00
.eslintignore
.eslintrc.json
.jshintrc