Ghost/core/server/data
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
..
db 💡 Enabled foreign key checks on sqlite3 2021-03-02 11:13:19 +01:00
exporter Moved i18n to shared 2021-05-04 13:03:38 +01:00
importer Moved i18n to shared 2021-05-04 13:03:38 +01:00
migrations Updated active column type from boolean -> bool 2021-05-07 16:37:38 +01:00
schema Updated active column type from boolean -> bool 2021-05-07 16:37:38 +01:00
validation Moved i18n to shared 2021-05-04 13:03:38 +01:00