0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/data/migrations/versions/3.1
Vikas Potluri c17a6e457c
Removed import of common sub-modules (#11849)
* replaced import of `common/logging` with destructuring the "module" in migrations
* removed reference to `index` in admin regression test
2020-05-26 21:12:13 +01:00
..
01-add-send-email-when-published-to-posts.js
02-add-email-subject-to-posts-meta.js
03-add-email-preview-permissions.js Removed import of common sub-modules (#11849) 2020-05-26 21:12:13 +01:00
04-add-subscribed-flag-to-members.js Refactored migrations to destructure common lib import (#11837) 2020-05-25 09:48:50 +01:00
05-add-emails-table.js Refactored migrations to destructure common lib import (#11837) 2020-05-25 09:48:50 +01:00
06-add-email-permissions.js Removed import of common sub-modules (#11849) 2020-05-26 21:12:13 +01:00
07-add-uuid-field-to-members.js Refactored migrations to destructure common lib import (#11837) 2020-05-25 09:48:50 +01:00
08-add-uuid-values-to-members.js Refactored migrations to destructure common lib import (#11837) 2020-05-25 09:48:50 +01:00
09-add-further-email-permissions.js Removed import of common sub-modules (#11849) 2020-05-26 21:12:13 +01:00
10-add-email-error-data-column.js