Cleanup and perf

This commit is contained in:
nora 2025-07-03 19:44:03 +02:00
parent 61d78680e0
commit 79bb6d1eb0
6 changed files with 13 additions and 259 deletions

View file

@ -0,0 +1,5 @@
-- Add migration script here
CREATE INDEX IF NOT EXISTS build_info_nightly ON build_info (nightly);
CREATE INDEX IF NOT EXISTS build_info_target ON build_info (target);