Ghost/core/server/data/migrations/versions/4.3
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
..
01-add-products-table.js Added products and members_products tables (#12844) 2021-04-08 14:15:30 +01:00
02-add-members-products-table.js Added products and members_products tables (#12844) 2021-04-08 14:15:30 +01:00
03-add-default-product.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
04-attach-members-to-product.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
05-add-stripe-products-table.js Added cascade delete for stripe products and prices (#12891) 2021-04-20 15:24:52 +05:30
06-add-stripe-prices-table.js Updated active column type from boolean -> bool 2021-05-07 16:37:38 +01:00
07-add-products-permissions.js Added permissions for the Products resource (#12875) 2021-04-15 14:34:45 +01:00
08-migrate-members-signup-setting.js 🐛 Fixed Ghost 4.3.0 migration that put all sites into "allow free members signup" (#12904) 2021-04-27 15:37:41 +01:00
09-add-price-id-column-to-subscriptions-table.js Added stripe_price_id column to subscriptions table (#12881) 2021-04-20 16:37:59 +05:30
10-populate-stripe-price-id-in-subscriptions.js Added stripe_price_id column to subscriptions table (#12881) 2021-04-20 16:37:59 +05:30