Ghost/core
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
..
client@16fb465b10 Updated Ghost-Admin to v4.4.0 2021-05-04 11:55:36 +01:00
frontend Updated theme middleware to use products api 2021-05-07 16:32:57 +01:00
server Updated active column type from boolean -> bool 2021-05-07 16:37:38 +01:00
shared Added ability to send a newsletter to members with a certain label or product (#12932) 2021-05-07 11:56:41 +01:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Moved i18n to correct location in boot process 2021-05-05 16:13:26 +01:00
bridge.js Improved theme locale handling 2021-05-05 16:13:26 +01:00