mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
3b6c55ec53
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. |
||
---|---|---|
.. | ||
client@21be0a553b | ||
frontend | ||
server | ||
shared | ||
app.js | ||
boot.js |