mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
3 lines
99 B
SQL
3 lines
99 B
SQL
-- Add migration script here
|
|
|
|
CREATE INDEX IF NOT EXISTS build_info_status ON build_info (status);
|