0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/data/migrations/versions/3.0
Naz Gargol a562f09c0d
🏗 Migrated subscribers data to members (#11152)
no issue 

- Populates members table with existing subscribers. Only takes into account columns we know already exist and need to be copied i.e `name`/`email`
2019-09-26 10:39:20 +02:00
..
01-remove-user-ghost-auth-columns.js Prefixed 3.0 migrations with 0 to preserve order 2019-09-16 13:21:39 +01:00
02-drop-token-auth-tables.js Prefixed 3.0 migrations with 0 to preserve order 2019-09-16 13:21:39 +01:00
03-drop-client-auth-tables.js Marked the client auth table drop migration as irreversible 2019-09-23 17:22:46 +01:00
04-add-posts-meta-table.js Prefixed 3.0 migrations with 0 to preserve order 2019-09-16 13:21:39 +01:00
05-populate-posts-meta-table.js Prefixed 3.0 migrations with 0 to preserve order 2019-09-16 13:21:39 +01:00
06-remove-posts-meta-columns.js Prefixed 3.0 migrations with 0 to preserve order 2019-09-16 13:21:39 +01:00
07-add-posts-type-column.js Prefixed 3.0 migrations with 0 to preserve order 2019-09-16 13:21:39 +01:00
08-populate-posts-type-column.js Prefixed 3.0 migrations with 0 to preserve order 2019-09-16 13:21:39 +01:00
09-remove-posts-page-column.js Prefixed 3.0 migrations with 0 to preserve order 2019-09-16 13:21:39 +01:00
10-remove-empty-strings.js Fixed error rolling back the "remove empty strings" migration 2019-09-18 16:08:18 +01:00
11-update-posts-html.js Added migration for re-generating html of all posts (#11133) 2019-09-16 17:44:00 +01:00
12-populate-members-table-from-subscribers.js 🏗 Migrated subscribers data to members (#11152) 2019-09-26 10:39:20 +02:00