Ghost/core/server/data/migrations/versions/3.0
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-remove-user-ghost-auth-columns.js Refactored column migrations to use helpers (#12360) 2020-11-16 11:55:51 +00:00
02-drop-token-auth-tables.js Added missing Bluebird requires 2020-11-05 11:55:14 +00:00
03-drop-client-auth-tables.js Added missing Bluebird requires 2020-11-05 11:55:14 +00:00
04-add-posts-meta-table.js Refactored 'add table' migrations to use helper 2020-11-25 13:56:10 +00:00
05-populate-posts-meta-table.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
06-remove-posts-meta-columns.js Refactored column migrations to use helpers (#12360) 2020-11-16 11:55:51 +00:00
07-add-posts-type-column.js Refactored column migrations to use helpers (#12360) 2020-11-16 11:55:51 +00:00
08-populate-posts-type-column.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
09-remove-posts-page-column.js Refactored column migrations to use helpers (#12360) 2020-11-16 11:55:51 +00:00
10-remove-empty-strings.js Fixed "no-shadow" linting error in server/data modules (#12288) 2020-10-20 11:56:46 +13:00
11-update-posts-html.js Fixed mobiledoc errors when upgrading from v1/v2 to v4 (#12741) 2021-03-09 10:51:44 +00:00
12-populate-members-table-from-subscribers.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
13-drop-subscribers-table.js Added missing Bluebird requires 2020-11-05 11:55:14 +00:00
14-remove-subscribers-flag.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00