0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/data/migrations/versions
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
..
1.3
1.4
1.5
1.7
1.9 Updated ALL permissions migrations to use the utils 2020-06-25 19:15:25 +02:00
1.13 Updated ALL permissions migrations to use the utils 2020-06-25 19:15:25 +02:00
1.18
1.19 Updated ALL permissions migrations to use the utils 2020-06-25 19:15:25 +02:00
1.20
1.21
1.22
1.25
2.0
2.2 Updated ALL permissions migrations to use the utils 2020-06-25 19:15:25 +02:00
2.3 Updated ALL permissions migrations to use the utils 2020-06-25 19:15:25 +02:00
2.6 Updated ALL permissions migrations to use the utils 2020-06-25 19:15:25 +02:00
2.8
2.13
2.14 Updated ALL permissions migrations to use the utils 2020-06-25 19:15:25 +02:00
2.15
2.16
2.17
2.18
2.21 Updated ALL permissions migrations to use the utils 2020-06-25 19:15:25 +02:00
2.22 Updated ALL permissions migrations to use the utils 2020-06-25 19:15:25 +02:00
2.27
2.28 Updated ALL permissions migrations to use the utils 2020-06-25 19:15:25 +02:00
2.29
2.31
2.32
2.33
2.34
2.35
2.37
3.0
3.1 Updated ALL permissions migrations to use the utils 2020-06-25 19:15:25 +02:00
3.2
3.6 Updated ALL permissions migrations to use the utils 2020-06-25 19:15:25 +02:00
3.7
3.8
3.9 Updated ALL permissions migrations to use the utils 2020-06-25 19:15:25 +02:00
3.11
3.12 Updated ALL permissions migrations to use the utils 2020-06-25 19:15:25 +02:00
3.18 Updated ALL permissions migrations to use the utils 2020-06-25 19:15:25 +02:00
3.19
3.22 Hardened members subscription migration against missing data (#12009) 2020-07-06 12:18:13 +02:00
3.23 Added new meta columns to tags table 2020-07-08 11:49:22 +02:00
3.24 Added migration to update group for new portal settings 2020-07-10 18:32:54 +05:30
3.25 Fixed version for amp_gtag_id setting migration 2020-07-15 15:33:37 +02:00
3.26 Fixed version for amp_gtag_id setting migration 2020-07-15 15:33:37 +02:00
3.29 🐛 Fixed failing migration from <2.34 to 3.29 2020-08-17 18:31:00 +01:00
3.30 Granted Admin users ability to impersonate member (#12132) 2020-08-18 14:17:56 +05:30
3.32 Added routes_hash setting (#12171) 2020-09-07 21:54:55 +12:00
3.33 Added schema+migration for email_{batches,recipients} tables (#12192) 2020-09-14 12:21:58 +01:00
3.34 Added tokens table to the database 2020-09-17 16:08:35 +01:00
3.35 Added migration to store from/reply-to values in email table (#12204) 2020-09-24 08:20:10 +01:00