mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
d8fa54024b
no-issue The slack setting in 1.x did not have a `username` property. When updating from 1.x, the migration to move the slack setting from a JSON blob to two individual settings, would assume that the setting in the database would have a value for the `username` property. This resulted in errors on SQLite "sqlite does not support inserting default values." The fix here is to add defaults when reading from the database, meaning that we will _never_ attempt to insert `undefined` |
||
---|---|---|
.. | ||
hooks | ||
init | ||
versions | ||
utils.js |