Add Service Desk email rate limit columns to plan_limits
What does this MR do and why?
Add Service Desk email rate limit columns to plan_limits
Add two plan_limits columns, service_desk_outbound_emails_per_hour and service_desk_outbound_emails_per_day, and seed per-plan values for GitLab.com plans. These will back a rate limiter on outbound Service Desk email, added in a follow-up MR. This MR only adds the schema and seed data, no behavior change.
The default plan is intentionally left unseeded (stays 0, meaning unlimited), since self-managed instances only ever resolve the default plan. This keeps the limits GitLab.com-only.
https://gitlab.com/gitlab-org/gitlab/-/work_items/627182
Changelog: added
References
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #627182