0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server
Kevin Ansfield 65adbf7514 Added email.error_data column migration
no issue

- additional migration for the column added since the last 3.1 beta release to allow beta upgrades without rollbacks
- will be a no-op for upgrades from 3.0 as it's covered by `3.1/05-add-emails-table.js`
2019-11-22 16:44:10 +00:00
..
adapters 🏗 Migrated scheduler to work with v2 API (#11142) 2019-09-23 21:42:53 +05:30
api Added /emails/:id/retry/ endpoint for retrying failed emails (#11410) 2019-11-22 14:20:32 +00:00
config Removed /api/v2/members/ endpoints (#11308) 2019-10-31 11:11:46 +00:00
data Added email.error_data column migration 2019-11-22 16:44:10 +00:00
lib Merge branch 'master' into v3 2019-10-11 11:31:31 +01:00
models Fixed knex connection pool errors when saving posts with sqlite 2019-11-15 15:11:55 +00:00
public Merge branch 'master' into mega 2019-11-18 11:09:46 +00:00
services Refined email styles 2019-11-22 11:40:56 +01:00
translations Added /emails/:id/retry/ endpoint for retrying failed emails (#11410) 2019-11-22 14:20:32 +00:00
views
web Added /emails/:id/retry/ endpoint for retrying failed emails (#11410) 2019-11-22 14:20:32 +00:00
analytics-events.js
ghost-server.js
index.js Merge branch 'master' into mega 2019-11-18 11:09:46 +00:00
overrides.js
update-check.js