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)
Mon, Mar 25, 1:20 AM
Unknown Object (File)
Mon, Mar 25, 1:20 AM
Unknown Object (File)
Mon, Mar 25, 1:20 AM
Unknown Object (File)
Sun, Mar 24, 10:53 AM
Unknown Object (File)
Sat, Mar 23, 9:33 AM
Unknown Object (File)
Wed, Mar 20, 12:24 PM
Unknown Object (File)
Tue, Mar 5, 12:37 PM
Unknown Object (File)
Sun, Mar 3, 5:08 PM
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.