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
Unknown Object (File)
Sun, Sep 15, 3:44 PM
Unknown Object (File)
Fri, Sep 13, 8:44 AM
Unknown Object (File)
Fri, Sep 13, 8:44 AM
Unknown Object (File)
Sat, Sep 7, 9:26 AM
Unknown Object (File)
Sep 4 2024, 11:44 PM
Unknown Object (File)
Sep 4 2024, 6:36 PM
Unknown Object (File)
Sep 3 2024, 6:51 AM
Unknown Object (File)
Aug 31 2024, 5:07 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.