0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/integration
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
..
exporter Added comments table creation migration (#14998) 2022-07-08 15:46:11 +02:00
importer Added products and Stripe data to exports and imports (#14873) 2022-05-20 21:13:58 +01:00
migrations Added migration for Ghost Explore permissions 2022-07-08 11:54:31 +02:00
services Added integration test for MEGA.sendEmailJob (#14944) 2022-05-30 15:41:02 +02:00
settings Renamed lang and session_secret default settings (#14791) 2022-05-12 15:07:05 +01:00
url_service.test.js Removed useless comment 2022-05-17 17:21:38 +08:00