Ghost/core
Fabien 'egg' O'Carroll 3b6c55ec53
Remove orphaned Stripe data from SQLite (#12704)
refs https://github.com/TryGhost/Team/issues/476

* Moved paid subscription events population migration

This migration relies on the members_stripe_customers and
members_stripe_customer_subscriptions tables having no orphaned records
in order for it to correcly generate its data.

The migration to clean up orphaned records in those tables has not been
implemented yet, moving this migration free's up the "14" slot

* Removed orphaned stripe data from SQLite3

SQLite databases do not handle removing orphaned stripe records after a
member has been deleted. Our migration to populate the paid subscription
events relies on each customer and subscription being associated with a
member.
2021-03-01 14:32:49 +00:00
..
client@21be0a553b Updated Ghost-Admin to v4.0.0-alpha.3 2021-02-23 19:41:50 +00:00
frontend 🐛 Fixed theme preview not decoding values properly 2021-03-01 11:54:50 +00:00
server Remove orphaned Stripe data from SQLite (#12704) 2021-03-01 14:32:49 +00:00
shared Added ElasticSearch logging when available 2021-02-25 15:50:58 +00:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Fixed typo Migratior -> Migration 2021-02-24 13:05:29 +13:00