Ghost/core/server/data/migrations/versions/3.23
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-migrate-bulk-email-settings.js Added mailgun_{domain,api_key,base_url} settings (#11992) 2020-07-03 11:00:20 +02:00
02-remove-bulk-email-settings.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
03-update-portal-button-setting.js Updated portal button setting to false 2020-07-07 14:43:00 +05:30
04-add-meta-columns-to-tags-table.js Refactored column migrations to use helpers (#12360) 2020-11-16 11:55:51 +00:00