mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 10:42:45 +03: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` |
||
---|---|---|
.. | ||
adapters | ||
api | ||
data | ||
lib | ||
models | ||
public | ||
services | ||
translations | ||
views | ||
web | ||
analytics-events.js | ||
ghost-server.js | ||
notify.js | ||
overrides.js | ||
update-check.js |