mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Added products and Stripe data to exports
- we need to ensure we have this data when exporting so that we can import it later
This commit is contained in:
parent
e8a986c61b
commit
f64577b4ce
@ -10,7 +10,6 @@ const BACKUP_TABLES = [
|
||||
'members',
|
||||
'members_labels',
|
||||
'members_products',
|
||||
'posts_products',
|
||||
'members_stripe_customers',
|
||||
'members_stripe_customers_subscriptions',
|
||||
'migrations',
|
||||
@ -18,15 +17,12 @@ const BACKUP_TABLES = [
|
||||
'permissions',
|
||||
'permissions_roles',
|
||||
'permissions_users',
|
||||
'products',
|
||||
'benefits',
|
||||
'products_benefits',
|
||||
'webhooks',
|
||||
'snippets',
|
||||
'tokens',
|
||||
'sessions',
|
||||
'stripe_products',
|
||||
'stripe_prices',
|
||||
'mobiledoc_revisions',
|
||||
'email_batches',
|
||||
'email_recipients',
|
||||
@ -57,6 +53,10 @@ const TABLES_ALLOWLIST = [
|
||||
'custom_theme_settings',
|
||||
'tags',
|
||||
'users',
|
||||
'products',
|
||||
'stripe_products',
|
||||
'stripe_prices',
|
||||
'posts_products',
|
||||
'newsletters'
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user