0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data
Fabien O'Carroll d8fa54024b Fixed migrations to 4.x from 1.x
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`
2021-03-01 15:41:02 +00:00
..
db Removed logging require in db/connection.js (#12690) 2021-02-22 12:58:57 +00:00
exporter Removed stripe keys and analytics data from export (#12573) 2021-01-28 14:55:54 +05:30
importer Refactored usage of pre v4 "unsplash" setting format 2021-02-18 10:55:59 +13:00
migrations Fixed migrations to 4.x from 1.x 2021-03-01 15:41:02 +00:00
schema Added a primary key to the brute table 2021-03-01 12:17:26 +01:00
validation Improved settings validation (#12048) 2020-07-15 17:11:27 +02:00