mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-19 21:03:13 +00:00
removed leftover constraint that no longer means anything
This commit is contained in:
@@ -142,7 +142,6 @@ CREATE TABLE IF NOT EXISTS commits (
|
|||||||
,commit_created INTEGER
|
,commit_created INTEGER
|
||||||
,commit_updated INTEGER
|
,commit_updated INTEGER
|
||||||
,UNIQUE(repo_id, commit_seq)
|
,UNIQUE(repo_id, commit_seq)
|
||||||
,UNIQUE(repo_id, commit_sha, commit_ref)
|
|
||||||
);
|
);
|
||||||
`
|
`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user