mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 18:35:01 +01:00
Cleanup and perf
This commit is contained in:
parent
61d78680e0
commit
79bb6d1eb0
6 changed files with 13 additions and 259 deletions
5
migrations/20250703173258_index.sql
Normal file
5
migrations/20250703173258_index.sql
Normal 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue