0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/data/schema
Daniel Lockyer 2d639ad4a1 Replaced removed Bookshelf findWhere function
- as per https://github.com/bookshelf/bookshelf/wiki/Migrating-from-0.15.1-to-1.0.0#collectionfindwhere, the `findWhere` function was removed
- `find` can be used in combination with `matchFunc` and then checking
  the values against each other to keep the same functionality
- also updates the tests to reflect the change in number of function calls
2021-09-10 16:59:11 +01:00
..
clients
fixtures Replaced removed Bookshelf findWhere function 2021-09-10 16:59:11 +01:00
checks.js
commands.js Removed use of deprecated new Error() syntax 2021-07-19 21:31:31 +12:00
default-settings.json Added email disabling flag to settings records 2021-07-29 20:30:30 +12:00
index.js Moved schema validator into the schema module 2021-06-15 11:54:34 +01:00
schema.js Added members_product_events table (#13236) 2021-08-23 16:29:15 +02:00
validator.js Switch to @trghost/validator, remove validator 2021-06-16 08:11:22 +01:00