Ghost/core/server/data
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
..
db Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
exporter Added members_product_events table (#13236) 2021-08-23 16:29:15 +02:00
importer Fixed imports for files missing the email_only key (#13284) 2021-09-06 11:51:42 +01:00
migrations Fixed MemberStatusEvents for free members (#13287) 2021-09-07 15:02:59 +02:00
schema Replaced removed Bookshelf findWhere function 2021-09-10 16:59:11 +01:00