Ghost/core/server
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
..
adapters Moved i18n to shared 2021-05-04 13:03:38 +01:00
api Added ability to send a newsletter to members with a certain label or product (#12932) 2021-05-07 11:56:41 +01:00
data Updated active column type from boolean -> bool 2021-05-07 16:37:38 +01:00
lib Extracted package-json lib to Utils 2021-05-07 12:35:06 +01:00
models Added ability to send a newsletter to members with a certain label or product (#12932) 2021-05-07 11:56:41 +01:00
public New logo in Admin (#12768) 2021-03-18 17:27:27 +00:00
services Updated stripe_plans & portal_plans settings 2021-05-07 16:31:08 +01:00
views Added new, simpler, linear boot process 2021-02-08 11:56:44 +00:00
web Moved i18n to shared 2021-05-04 13:03:38 +01:00
analytics-events.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
ghost-server.js Refactored urlUtils out of ghost-server 2021-05-05 14:24:59 +01:00
notify.js Refactored notify to send started + ready 2021-02-19 20:42:10 +00:00
overrides.js Moved sqlite3 override rules to db connection lib 2021-02-05 11:51:56 +00:00
update-check.js Moved i18n to shared 2021-05-04 13:03:38 +01:00