Ghost/core/server/models/base
Daniel Lockyer 5e9ab27a21
Refactored out local DB require in bulk-operations plugin
no issue

- we were only importing the `db` to access the `knex` instance, but
  we can get this through the Bookshelf instance
- switches to pulling out `knex` from Bookshelf so we can remove the
  remaining local require
2021-06-17 13:16:11 +01:00
..
plugins Refactored out local DB require in bulk-operations plugin 2021-06-17 13:16:11 +01:00
bookshelf.js Moved Bookshelf plugins to folder 2021-06-17 12:04:38 +01:00
index.js Extracted Bookshelf data manipulation code into plugins 2021-06-17 12:04:38 +01:00
listeners.js Refactored Bookshelf CRUD functions into plugin 2021-06-15 18:27:43 +01:00
utils.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00