Ghost/core/server/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
..
apps Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
auth 🔥 Removed v0.1 auth services (#11104) 2019-09-11 19:40:48 +02:00
invitations Refactored authentication controller v0.1 (#10893) 2019-07-17 12:28:16 +02:00
mail Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00
members Logged out members signin link in development 2019-09-16 09:33:45 +08:00
permissions Added v2 actions endpoint 2019-02-06 21:36:09 +01:00
settings Exposed site SEO data through Conent API & {{@site.*}} helper (#10925) 2019-07-19 10:40:47 +02:00
webhooks Update dependency got to v9 (#10861) 2019-07-04 10:36:51 +02:00
labs.js 🐛 Fixed error message when get helper doesn't have API access (#10892) 2019-07-15 14:18:58 +08:00
slack.js 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
xmlrpc.js 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00