Ghost/core/server/data/migrations/versions/4.35
Rishabh Garg 744e5e57a0
Fixed missing portal product data (#14115)
closes  https://github.com/TryGhost/Team/issues/1311

For some sites, the `portal_products` array was created without any value and due to a possible bug in older version of Ghost, it also didn't get filled on Stripe connect with default product. This causes a side-effect of sites not showing the prices in Portal when tiers beta is enabled or is out as GA. This change populates the missing product data in `portal_product` for sites that have a single tier (haven't enabled tiers beta), as they right now don't have an option to hide the tier.
2022-02-04 19:57:38 +05:30
..
2022-01-20-05-55-add-post-products-table.js Added pivot table to store tiers on post (#14038) 2022-01-31 15:33:58 +05:30
2022-01-30-15-17-set-welcome-page-url-from-settings.js Updated migration logging string for correctness 2022-02-04 12:54:11 +01:00
2022-02-01-11-48-update-email-recipient-filter-column-type.js Migrated email filter columns from VARCHAR to TEXT (#14091) 2022-02-04 16:09:35 +02:00
2022-02-01-12-03-update-recipient-filter-column-type.js Migrated email filter columns from VARCHAR to TEXT (#14091) 2022-02-04 16:09:35 +02:00
2022-02-02-10-38-add-default-content-visibility-tiers-setting.js Added default_content_visibility_tiers setting for default tiers visibility 2022-02-04 19:56:11 +05:30
2022-02-02-13-10-transform-specific-tiers-default-content-visibility.js Added migration to transform default tiers visibility from nql string 2022-02-04 19:56:11 +05:30
2022-02-04-04-34-populate-empty-portal-products.js Fixed missing portal product data (#14115) 2022-02-04 19:57:38 +05:30