0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/data/schema
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
..
clients Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00
fixtures 🎨 Added Koenig Demo Post (#9747) 2018-07-24 14:37:17 +02:00
checks.js 🐛 Fixed author helper not returning the correct url (#9102) 2017-10-05 13:50:55 +02:00
commands.js Import lib/common only 2017-12-12 10:28:13 +01:00
default-settings.json Multiple authors (#9426) 2018-03-27 15:16:15 +01:00
index.js
schema.js Renamed amp post column to column_id 2018-08-16 12:13:24 +02:00