0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data/migrations/versions/5.3
Kevin Ansfield fc381b7626 Added comment CRUD+Moderate permissions
refs: https://github.com/TryGhost/Team/issues/1664

- added permissions for comments, including updating test fixtures

Co-authored-by: Simon Backx <simon@ghost.org>
2022-07-08 15:46:11 +02:00
..
2022-07-04-13-49-add-comments-table.js Added comments table creation migration (#14998) 2022-07-08 15:46:11 +02:00
2022-07-05-09-36-add-comments-likes-table.js Added comment_reports table creation migration 2022-07-08 15:46:11 +02:00
2022-07-05-09-47-add-comments-reports-table.js Added comment_reports table creation migration 2022-07-08 15:46:11 +02:00
2022-07-05-10-00-add-comment-related-fields-to-members.js Added comment related fields to members table 2022-07-08 15:46:11 +02:00
2022-07-05-12-55-add-comments-crud-permissions.js Added comment CRUD+Moderate permissions 2022-07-08 15:46:11 +02:00
2022-07-05-15-35-add-comment-notifications-field-to-users-table.js Added users.comment_notifications field 2022-07-08 15:46:11 +02:00
2022-07-06-07-26-add-comments-enabled-setting.js Added comments_enabled setting 2022-07-08 15:46:11 +02:00
2022-07-06-07-58-add-ghost-explore-integration-role.js
2022-07-06-09-13-add-ghost-explore-integration-role-permissions.js
2022-07-06-09-17-add-ghost-explore-integration.js
2022-07-06-09-26-add-ghost-explore-integration-api-key.js