Allow searching for store and drv paths. Only does a complete match to reduce load on database.

This commit is contained in:
Rob Vermaas
2013-04-25 09:57:30 -04:00
parent 2c7a479994
commit bfc1b0e76a
3 changed files with 16 additions and 1 deletions

2
src/sql/upgrade-12.sql Normal file
View File

@ -0,0 +1,2 @@
create index IndexBuildOutputsOnPath on BuildOutputs(path);