0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/data/migrations/versions/4.3
Daniel Lockyer e9b21fdbd1 Updated bson-objectid calls to match API change
refs c873899e49

- as of `bson-objectid` v2.0.0, this library exports the function
  to generate an ObjectID directly, and then you need to use `.toHexString()`
  to get the 24 character hex string - 6696f27d82
- this commit removes all uses of `.generate()` and replaces with this
  change
2021-04-21 16:23:52 +01:00
..
01-add-products-table.js
02-add-members-products-table.js
03-add-default-product.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
04-attach-members-to-product.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
05-add-stripe-products-table.js Added cascade delete for stripe products and prices (#12891) 2021-04-20 15:24:52 +05:30
06-add-stripe-prices-table.js Added cascade delete for stripe products and prices (#12891) 2021-04-20 15:24:52 +05:30
07-add-products-permissions.js Added permissions for the Products resource (#12875) 2021-04-15 14:34:45 +01:00
08-migrate-members-signup-setting.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
09-add-price-id-column-to-subscriptions-table.js Added stripe_price_id column to subscriptions table (#12881) 2021-04-20 16:37:59 +05:30
10-populate-stripe-price-id-in-subscriptions.js Added stripe_price_id column to subscriptions table (#12881) 2021-04-20 16:37:59 +05:30