Ghost/core/test/utils
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
..
fixtures 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
mocks Removed knex mock (#9685) 2018-06-12 20:26:16 +02:00
api.js Removed all clients and client_trusted_domains related code 2019-09-12 15:09:49 +01:00
assertions.js 🎉 🎨 Remove middleware/index.js (#7548) 2016-10-13 17:24:09 +02:00
configUtils.js 🔥 remove forceAdminSSL and urlSSL, add admin url (#7937) 2017-02-03 18:13:22 +00:00
index.js Removed all accesstokens and refreshtokens related code 2019-09-12 15:45:27 +01:00
urlUtils.js 🔥 Removed v0.1 controllers & routes (#11103) 2019-09-11 19:10:10 +02:00