Ghost/core
Kevin Ansfield f038fbe0aa Fixed "Unable to update nested relation" errors when rolling back migrations
no issue

- we recently started wrapping rollbacks in transactions (https://github.com/TryGhost/knex-migrator/pull/161)
- in a number of migrations we were calling `model.destroy()` without passing through the options which includes the current transaction
- for models which are using `bookshelf-relations` this could result in an internal `SQLITE_BUSY: database is locked` error because it tries to run queries against tables that have been locked by previous queries in the transaction
- by passing through the options when calling `.destroy()` it allows the `bookshelf-relations` to re-use the same transction avoiding the database lock problems
2019-08-20 11:20:52 +01:00
..
client@6a7dfdc2cb Updated Ghost-Admin to 2.28.1 2019-08-16 19:48:18 +01:00
frontend Revert post.page->post.type handling 2019-08-19 12:02:14 +01:00
server Fixed "Unable to update nested relation" errors when rolling back migrations 2019-08-20 11:20:52 +01:00
test 🐛 Fixed blog setup crashing for falsy email config (#11041) 2019-08-20 15:43:43 +05:30
index.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00