Loading
Fix drop_ai_* tables migrations
What does this MR do and why?
Fixes failing DB migrations
This is the follow-up after removal of the models Ai::DuoChatEvent, Ai::CodeSuggestionEvent and Ai::TroubleshootJobEvent
- How the data could be recovered in the event of an incident.
- No need to recover, all data is already replicated in
ai_usage_eventsand these tables are not in use anymore
- No need to recover, all data is already replicated in
- The approximate number of records being affected.
- Not relevant
- A description of the user experience impact.
- No impact
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 #605469 (closed)
Edited by Pavel Shutsin