Skip to content

Remove default scope from Event

Adam Hegyi requested to merge 358088-remove-event-default-scope into master

What does this MR do and why?

This MR removes the ?redundant? default_scope from Event.

The relevant commit states that reorder(nil) was added as an optimization: 0badbef8

After removing the default_scope, I don't see change in the DB queries.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #358088 (closed)

Edited by Adam Hegyi

Merge request reports