0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/models/base
Daniel Lockyer 14ffd0b9d9 Extracted Bookshelf setup code into separate file
no issue

- I'm working on pulling apart the base index.js and this code is
  specific to setting up Bookshelf + the plugins, which is pretty
  contained and can stay in one file
- it only has one local require so it might be a good candidate for
  extracting out of Ghost in the future
2021-06-17 12:04:38 +01:00
..
bookshelf.js Extracted Bookshelf setup code into separate file 2021-06-17 12:04:38 +01:00
bulk-operations.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
crud.js Refactored Bookshelf CRUD functions into plugin 2021-06-15 18:27:43 +01:00
index.js Extracted Bookshelf setup code into separate file 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