0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/server/data
kirrg001 7db0739296 Renamed amp post column to column_id
refs 9742

- when we've introduced Ghost 1.0, we have noticed that we broke Disqus comments
- Disqus comments use a unique identifier, which is the post id
- that means if you have exported your LTS content and imported it into 1.0, all resource identifiers are regenerated
- but the Disqus must use the original post resource id
- that's why we have imported the old post id and remembered it in the `amp` field 🤠
- that was the only field which was available and un-used
- now in Ghost 2.0, we would like to rename the `amp` field to `comment_id`
- string length: 50 (i thought it might be safer to not use 24 characters, because who knows if support other comment id's in the future)
2018-08-16 12:13:24 +02:00
..
db Enabled useNullAsDefault for SQlite3 2018-08-11 13:52:03 +02:00
export Fixed exporting extra tables for endpoint db/backup 2018-08-10 15:31:54 +02:00
importer Renamed amp post column to column_id 2018-08-16 12:13:24 +02:00
meta 🐛 Fixed Disqus comments on post preview pages 2018-07-11 00:20:55 +02:00
migrations 🐛 Fixed 1.25 migration for html field being null 2018-07-25 21:54:44 +02:00
schema Renamed amp post column to column_id 2018-08-16 12:13:24 +02:00
validation Updated docs links 2018-07-20 23:49:16 +02:00
xml/sitemap Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
timezones.json Adds UTC as select option to timezones select list 2016-06-10 15:19:16 +02:00