Ghost/core/server/models
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
..
base Released memory in importer as early as possible 2018-08-12 12:22:23 +02:00
plugins Updated docs links 2018-07-20 23:49:16 +02:00
relations 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
accesstoken.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
app-field.js
app-setting.js
app.js
client-trusted-domain.js
client.js
index.js
invite.js Dynamic Routing: Added migration for routes.yaml file (#9692) 2018-06-22 20:28:01 +02:00
permission.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
post.js Renamed amp post column to column_id 2018-08-16 12:13:24 +02:00
refreshtoken.js
role.js
settings.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
subscriber.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
tag.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
user.js Fixed missing defaults in model layer 2018-06-26 16:35:23 +02:00
webhook.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00