0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server/data/migrations/versions/4.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-update-mobiledoc.js
02-add-status-column-to-members.js
03-populate-status-column-for-members.js
04-drop-apps-related-tables.js
05-add-members-subscribe-events-table.js
06-populate-members-subscribe-events-table.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
07-alter-unique-constraint-for-posts-slug.js
08-add-members-login-events-table.js
09-add-members-email-change-events-table.js
10-add-members-status-events-table.js
11-add-members-paid-subscription-events-table.js
12-delete-apps-related-settings-keys.js
13-add-members-payment-events-table.js
14-remove-orphaned-stripe-records.js Remove orphaned Stripe data from SQLite (#12704) 2021-03-01 14:32:49 +00:00
15-add-frontmatter-column-to-meta.js
16-refactor-slack-setting.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
17-populate-members-status-events-table.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
18-transform-urls-absolute-to-transform-ready.js 🏗 Changed internal URL storage format to use __GHOST_URL__ (#12731) 2021-03-05 13:54:01 +00:00
19-remove-labs-members-setting.js
20-refactor-unsplash-setting.js
21-sanitize-email-batches-provider-id.js
22-solve-orphaned-webhooks.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
23-regenerate-posts-html.js Added posts html regeneration migration (#12660) 2021-02-23 17:32:07 +00:00
24-add-missing-email-permissions.js 🐛 Fixed email permissions for all roles 2021-03-01 13:17:43 +00:00
25-populate-members-paid-subscription-events-table.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
26-add-cascade-on-delete.js 🐛 Fixed a foreign key to point to the right column 2021-03-09 15:19:06 +01:00
27-add-primary-key-brute-migrations-lock.js Updated a duplicate migration id 2021-03-03 10:45:21 +01:00
28-add-webhook-intergrations-foreign-key.js Added a foreign key from webhooks to integrations 2021-03-04 10:56:58 +01:00
29-fix-foreign-key-for-members-stripe-customers-subscriptions.js 🐛 Fixed a foreign key to point to the right column 2021-03-09 15:19:06 +01:00
30-set-default-accent-color.js Added default value to accent_color setting (#12743) 2021-03-09 16:15:10 +00:00