0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/frontend/services
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
..
redirects Updated docs api links to be version-less 2019-07-25 15:17:23 +08:00
routing 🔒 Added admin:redirects config option for disabling admin redirects 2019-09-12 12:40:12 +01:00
rss Updated @tryghost/url-utils to v0.3.0 (#11027) 2019-08-16 00:26:24 +01:00
settings Added /frontend folder to default lint command 2019-08-08 10:47:13 +02:00
sitemap Added /frontend folder to default lint command 2019-08-08 10:47:13 +02:00
themes Merge branch 'master' into v3 2019-09-16 09:32:10 +01:00
url 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00