mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 02:11:44 +03:00
6106d1fdc4
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. |
||
---|---|---|
.. | ||
01-add-products-table.js | ||
02-add-members-products-table.js | ||
03-add-default-product.js | ||
04-attach-members-to-product.js | ||
05-add-stripe-products-table.js | ||
06-add-stripe-prices-table.js | ||
07-add-products-permissions.js | ||
08-migrate-members-signup-setting.js | ||
09-add-price-id-column-to-subscriptions-table.js | ||
10-populate-stripe-price-id-in-subscriptions.js |