0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/models/base/plugins
Daniel Lockyer 0830bcb74e
Moved setId function to Bookshelf events plugin
no issue

- `setId` is only used within the `events` plugin and it makes sense to
  keep code together
- we don't lose anything by putting it here, but it should make it
  easier to test in the future
2021-06-17 17:07:10 +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 Updated JSDoc optional syntax in CRUD plugin 2021-06-17 15:04:52 +01:00
data-manipulation.js
events.js Moved setId function to Bookshelf events plugin 2021-06-17 17:07:10 +01:00
filtered-collection.js
generate-slug.js
overrides.js Moved formatOnWrite function to Bookshelf override plugin 2021-06-17 16:47:47 +01:00
raw-knex.js
sanitize.js
user-type.js