Allow searching for store and drv paths. Only does a complete match to reduce load on database.
This commit is contained in:
2
src/sql/upgrade-12.sql
Normal file
2
src/sql/upgrade-12.sql
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
create index IndexBuildOutputsOnPath on BuildOutputs(path);
|
Reference in New Issue
Block a user