0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/models/base/plugins
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
..
actions.js
bulk-operations.js Refactored out local DB require in bulk-operations plugin 2021-06-17 13:16:11 +01:00
crud.js
data-manipulation.js
events.js
filtered-collection.js
generate-slug.js
raw-knex.js
sanitize.js
user-type.js