Ghost/core/server/data/migrations/versions/3.22
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-removed-legacy-values-from-settings-table.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
02-settings-key-renames.js Fixed migration exiting for single missing setting 2020-06-30 18:38:55 +02:00
03-add-group-and-flags-to-settings.js Refactored column migrations to use helpers (#12360) 2020-11-16 11:55:51 +00:00
04-populate-settings-groups-and-flags.js Added missing Bluebird requires 2020-11-05 11:55:14 +00:00
05-migrate-members-subscription-settings.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
06-migrate-stripe-connect-settings.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
07-update-type-for-settings.js Fixed wording on warning message 2020-11-05 12:18:28 +00:00