mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 02:11:44 +03:00
5da4ae90b2
refs https://github.com/TryGhost/Team/issues/586 If a product inside Ghost is deleted, we want to cascade delete all associated Stripe products and prices as they always need to refer back to a ghost product and will hang without any reason otherwise. This change adds cascade delete for products -> stripe_products -> stripe_prices to avoid broken states |
||
---|---|---|
.. | ||
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 |