Add a new model that will handle abuse report notes
What does this MR do and why?
This MR adds a table and model for storing for abuse report notes. We can't store those notes in the notes
table because namespace_id
is required in that table to comply with Cells architecture.
MRs with model methods, services, and final integration of all parts will follow.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
How to set up and validate locally
No changes in the functionality.
Related to #458258
Edited by Jarka Košanová