0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test/unit
Kevin Ansfield e57e19ec31
🏗 Migrated posts.page column to posts.type (#11111)
refs https://github.com/TryGhost/Ghost/issues/10922

- adds migrations to...
  1. add `post.type` column
  2. populate `post.type` column based on `post.page` value
  3. drop `post.page` column
- updates all code paths to work with `post.type` in place of `post.page`
- adds `nql-map-key-values` transformer for mapping `page`->`type` in `filter` params when using the v2 API
- modifies importer to handle `post.page`->`post.type` transformation when importing older export files
2019-09-16 11:51:54 +01:00
..
adapters ⚠️ Skiped Scheduler initialization logic and it's tests 2019-09-11 18:27:57 +02:00
api 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
apps 🔥 Removed RSS pagination (#11069) 2019-09-02 11:34:13 +01:00
config Updated tests eslint config to use eslint-plugin-ghost@0.5.0 2019-08-19 13:38:35 +01:00
data 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
helpers 🔥 Removed v0.1 controllers & routes (#11103) 2019-09-11 19:10:10 +02:00
lib Updated tests eslint config to use eslint-plugin-ghost@0.5.0 2019-08-19 13:38:35 +01:00
models 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
services 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
web Removed all clients and client_trusted_domains related code 2019-09-12 15:09:49 +01:00