The CORS proxy regularly deletes rate-limiting records over a day old, and the updated_at column is not indexed even though it is used for looking up entries that can be deleted.
Closes #1921.
Implementation details
This PR updates the table creation SQL to add an index for the updated_at column.
Motivation for the change, related issues
The CORS proxy regularly deletes rate-limiting records over a day old, and the
updated_at
column is not indexed even though it is used for looking up entries that can be deleted.Closes #1921.
Implementation details
This PR updates the table creation SQL to add an index for the
updated_at
column.Testing Instructions (or ideally a Blueprint)