mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
Add index for build stats
Otherwise it's very slow :)
This commit is contained in:
parent
7f1702bc28
commit
6df7155a50
1 changed files with 3 additions and 0 deletions
3
migrations/20250704205252_build-count-index.sql
Normal file
3
migrations/20250704205252_build-count-index.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
-- Add migration script here
|
||||
|
||||
CREATE INDEX IF NOT EXISTS build_info_status ON build_info (status);
|
||||
Loading…
Add table
Add a link
Reference in a new issue