Ghost/test/unit
Kevin Ansfield 799a42062c Added comments table creation migration (#14998)
refs https://github.com/TryGhost/Team/issues/1664

Field notes:

- `parent_id` - used for nested comments but will be limited to 1 level in app-level validation
- `member_id` - when a member is deleted for now the member id is kept but in the future may be removed, hence `nullable: true`
- `status` - "hidden" status will be used when a staff user hides a comment, "deleted" is used when a comment author deletes
- `html` - will store pre-sanitised html
- `edited_at` - used to show an "X edited at Y" note when displaying comments, separate to `updated_at` because changing the status would also change `updated_at` but shouldn't show the "edited at" UI
2022-07-08 15:46:11 +02:00
..
api 🐛 Fixed API excerpt field issue (#15005) 2022-07-06 17:57:04 +02:00
frontend Updated sodo search script to include admin url 2022-07-07 11:01:21 +02:00
server Added comments table creation migration (#14998) 2022-07-08 15:46:11 +02:00
shared Fixed minor weirdnesses with excerpts 2022-05-24 12:35:59 +01:00