You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert slug query to plain equality in identifier_not_historically_reserved
LOWER(slug) = LOWER(?) is unnecessary because normalizes :identifier
ensures consistent casing before FriendlyId records the slug. Plain
equality uses the existing composite index on (slug, sluggable_type).
0 commit comments