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
Fabien "egg" O'Carroll 1d73c17d5b Fixed unparsed booleans for "boolean" type columns
no-issue

Knex.js aliases "bool" -> "boolean" - this means that you can use either
one in our schema.json file and it'll correctly create the column. Our
model plugin however would only handle columns which used the "bool"
alias. This fixes the plugin to handle both strings.
2022-01-20 17:00:16 +02:00
..
actions.js
bulk-operations.js Added bulkEdit to bulk-operations bookshelf plugin (#13223) 2021-08-13 12:19:02 +01:00
crud.js 🐛 Fixed a 500 error for incorrect fields parameter in API 2021-07-06 11:58:37 +04:00
data-manipulation.js Fixed unparsed booleans for "boolean" type columns 2022-01-20 17:00:16 +02:00
events.js Updated signature of Bookshelf model listeners 2021-09-10 16:59:11 +01:00
filtered-collection.js
generate-slug.js
overrides.js 🐛 Fixed URLs not being correctly transformed during insert operations (#13618) 2021-10-20 15:22:46 +01:00
raw-knex.js Removed explicit loading of Bookshelf registry plugin 2021-09-10 16:59:11 +01:00
sanitize.js
user-type.js