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)
Wed, Nov 29, 7:02 PM
Unknown Object (File)
Sat, Nov 25, 8:14 AM
Unknown Object (File)
Fri, Nov 24, 5:42 AM
Unknown Object (File)
Sun, Nov 19, 7:51 PM
Unknown Object (File)
Sun, Nov 5, 11:40 PM
Unknown Object (File)
Nov 2 2023, 7:30 PM
Unknown Object (File)
Nov 1 2023, 8:50 AM
Unknown Object (File)
Oct 12 2023, 4:15 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
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.