Display test graph
This commit is contained in:
parent
3c9fc1ce75
commit
476fd84d2d
6 changed files with 53 additions and 14 deletions
|
|
@ -27,7 +27,7 @@ CREATE TABLE refs (
|
|||
) STRICT;
|
||||
|
||||
CREATE INDEX idx_commits_committer_date_hash
|
||||
ON commits (committer_date, hash);
|
||||
ON commits (unixepoch(committer_date), hash);
|
||||
|
||||
CREATE INDEX idx_commit_links_parent_child
|
||||
ON commit_links (parent, child);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue