Ghost/core/server/data/schema
Fabien O'Carroll 6106d1fdc4 Updated active column type from boolean -> bool
no-issue

Our base model will only automatically convert numbers to booleans if
the type is 'bool' - however this column was incorrectly added with a
type of 'boolean'. Lucklily - knex with both MySQL & SQLite3 will add
a column with the same type for both of these, so no migration is needed
to fix it.
2021-05-07 16:37:38 +01:00
..
clients Fixed "no-shadow" linting error in server/data modules (#12288) 2020-10-20 11:56:46 +13:00
fixtures Fixed editors not being able to read labels when assigning member segments (#12934) 2021-05-07 10:51:44 +01:00
checks.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
commands.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
default-settings.json Added settings for members 'free' price 2021-05-07 16:32:12 +01:00
index.js 🔥 remove database version (#7894) 2017-01-26 12:12:00 +00:00
schema.js Updated active column type from boolean -> bool 2021-05-07 16:37:38 +01:00