Ghost/core/server/data/migrations/versions/3.0
Daniel Lockyer 33bc3c9011
Refactored column migrations to use helpers (#12360)
- these helpers remove a lot of the duplicated code that we had when doing up/down column migrations, and provides a much shorter way of doing this in the future
2020-11-16 11:55:51 +00: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 Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
05-populate-posts-meta-table.js Added missing Bluebird requires 2020-11-05 11:55:14 +00: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 Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
12-populate-members-table-from-subscribers.js Added missing Bluebird requires 2020-11-05 11:55:14 +00: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