0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data/migrations/versions/4.47
Matt Hanley 8e1c10d146
Updated migration to always set a value
- When both parameters passed to `update` resolve to `undefined` we throw an `Empty .update() call detected` error
- This change always updates the `sender_email` to null rather than skipping the field
- `sender_reply_to` should still be `undefined` so we don't override an existing non-null value
2022-05-05 15:11:44 +01:00
..
2022-05-03-15-30-update-newsletter-sending-options.js Updated migration to always set a value 2022-05-05 15:11:44 +01:00
2022-05-04-10-03-transform-newsletter-header-image.js