mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-23 15:48:44 +00:00
removed leftover constraint that no longer means anything
This commit is contained in:
parent
70a9a588ba
commit
e935bed53e
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
|
||||||
);
|
);
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue