Page MenuHomePhorge

Add some missing indices in signup_codes table
ClosedPublic

Authored by machniak on Jan 3 2022, 11:25 AM.
Tags
None
Referenced Files
F16503813: D3179.id9107.diff
Sun, Oct 27, 1:41 PM
F16503810: D3179.id9095.diff
Sun, Oct 27, 1:41 PM
F16503807: D3179.id.diff
Sun, Oct 27, 1:41 PM
Unknown Object (File)
Thu, Oct 24, 8:04 AM
Unknown Object (File)
Thu, Oct 10, 6:49 AM
Unknown Object (File)
Thu, Oct 10, 1:27 AM
Unknown Object (File)
Sep 15 2024, 3:44 PM
Unknown Object (File)
Sep 13 2024, 8:44 AM
Subscribers
Restricted Project

Details

Reviewers
vanmeeuwen
Group Reviewers
Restricted Project
Commits
rKba18be4fbe73: Add some missing indices in signup_codes table
Summary

We query the table by email and ip_address and expires_at columns.

I also replaced whereDate() with where() in these queries as more appropriate.

Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Branch
dev/signup-codes-indices
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 37646
Build 15131: arc lint + arc unit

Event Timeline

machniak created this revision.
This revision is now accepted and ready to land.Jan 3 2022, 11:30 AM
This revision was automatically updated to reflect the committed changes.