This website requires JavaScript.
Explore
Privacy Policy
Terms of Service
Help
Sign In
ahuston-0
/
hydra
Watch
1
Star
0
Fork
0
You've already forked hydra
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
hydra
/
src
/
sql
/
upgrade-12.sql
2 lines
60 B
MySQL
Raw
Normal View
History
Unescape
Escape
Allow searching for store and drv paths. Only does a complete match to reduce load on database.
2013-04-25 09:57:30 -04:00
create
index
IndexBuildOutputsOnPath
on
BuildOutputs
(
path
)
;
Reference in New Issue
Copy Permalink