0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core
Fabien O'Carroll 6859e9a9a1 Added members-stripe-info table
no-issue

This will be used to store stripe specific information for members

customer_id has a max length of 255 https://stripe.com/docs/upgrades

member_id is not unique as we cannot ensure that a member doesn't have
more than one customer object associated with them. e.g. if they signup
twice, or if they cancel, and signup again, creating a new customer.

We probably won't handle this case to begin with, but we will keep the
data intact.
2019-09-25 10:05:30 +07:00
..
client@f1a795a856 Updated Ghost-Admin to 2.31.1 2019-09-23 17:13:25 +02:00
frontend Included specific member props in theme service 2019-09-10 17:29:04 +08:00
server Added members-stripe-info table 2019-09-25 10:05:30 +07:00
test Added members-stripe-info table 2019-09-25 10:05:30 +07:00
index.js Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00