Ghost/core/server/data
Rishabh Garg d8e65d46e9
Updated post model queries to raw knex queries (#11246)
no issue

We split `posts` table into 2 in v3 with a new `posts_meta` table. Since migrations always use the version of code which is being migrated to - in this case the Post model - which in v3 relies on the posts_meta table, `2.x` migrations relying on post model will fail as it doesn't exist in the expected state. This PR updates all 2.x migrations using `models.Post` to use knex queries directly to access database and perform operations.
2019-10-17 10:36:18 +05:30
..
db Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00
exporter Removed all accesstokens and refreshtokens related code 2019-09-12 15:45:27 +01:00
importer Removed subscribers from the codebase (#11153) 2019-10-09 11:47:04 +02:00
migrations Updated post model queries to raw knex queries (#11246) 2019-10-17 10:36:18 +05:30
schema Correct Twitter username 2019-10-16 14:22:42 +07:00
validation 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
timezones.json Adds UTC as select option to timezones select list 2016-06-10 15:19:16 +02:00