0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/data
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
..
db Switched to mysql2 library 2022-03-03 09:59:37 +01:00
exporter Added table to store multiple newsletters for member (#14408) 2022-04-04 18:11:36 +05:30
importer Removed backwards compatibility for ghost_head and ghost_foot settings 2022-04-28 15:37:14 +01:00
migrations Updated migration to always set a value 2022-05-05 15:11:44 +01:00
schema Fixed model validation erroneously triggering on non-nullable text fields 2022-05-05 14:56:59 +01:00