removed leftover constraint that no longer means anything

This commit is contained in:
Brad Rydzewski 2015-06-07 23:02:27 -07:00
parent 70a9a588ba
commit e935bed53e

View file

@ -142,7 +142,6 @@ CREATE TABLE IF NOT EXISTS commits (
,commit_created INTEGER
,commit_updated INTEGER
,UNIQUE(repo_id, commit_seq)
,UNIQUE(repo_id, commit_sha, commit_ref)
);
`