840deaf8d7
refs https://github.com/TryGhost/Team/issues/1076
refs 70229e4fd3 (diff-b67ecda91b5bd79c598e5c5a9ec2ccf28dbfab6a924b21352273865e07cd7ceaR57)
- The "products" column has not been doing any logic anything since at least 5.20.0 (see refed commit). The concept of columns in the export file was mostly there for analytical/data filtering reasons - so the user could analyze their exports. CSV was never a good suite for relational data that "products" (or now tiers) represent
- The "tiers" column will still be present in the exported CSV file, but there is not going to be any logic attached to it.
- The only columns that can effect the "tiers" state of the member are: "complimentary_plan" (assign default tier to the member) and "stripe_customer_id" (pulls in subscription/tier data from Stripe)
447 B
447 B
1 | id | name | note | subscribed_to_emails | complimentary_plan | stripe_customer_id | created_at | deleted_at | labels | tiers | |
---|---|---|---|---|---|---|---|---|---|---|---|
2 | 634e48e056ef99c6a7af5850 | member_complimentary_test@example.com | bobby tables | a note | true | true | 2022-10-18T06:34:08.000Z | user import label | This is a Bronze Tier | ||
3 | 634e566dde68acf282cd311e | member_stripe_test@example.com | stirpey beaver | testing notes | false | cus_MdR9tqW6bAreiq | 2022-10-18T07:31:57.000Z | This is a Premium Tier |