Display test graph

This commit is contained in:
Joscha 2023-08-15 00:36:40 +02:00
parent 3c9fc1ce75
commit 476fd84d2d
6 changed files with 53 additions and 14 deletions

View file

@ -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);