Add index for build stats

Otherwise it's very slow :)
This commit is contained in:
nora 2025-07-04 23:04:51 +02:00
parent 7f1702bc28
commit 6df7155a50

View file

@ -0,0 +1,3 @@
-- Add migration script here
CREATE INDEX IF NOT EXISTS build_info_status ON build_info (status);