0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
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
02-drop-token-auth-tables.js
03-drop-client-auth-tables.js
04-add-posts-meta-table.js
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
07-add-posts-type-column.js
08-populate-posts-type-column.js
09-remove-posts-page-column.js
10-remove-empty-strings.js
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
14-remove-subscribers-flag.js