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, Oct 27, 1:41 PM
Unknown Object (File)
Sun, Oct 27, 1:41 PM
Unknown Object (File)
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.