missing comma
This commit is contained in:
parent
252f5d4c38
commit
5925d542d8
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ create table tag_external_repos (
|
|||
(active IS NULL AND revoke_event IS NOT NULL )
|
||||
OR (active IS NOT NULL AND revoke_event IS NULL )),
|
||||
PRIMARY KEY (create_event, tag_id, priority),
|
||||
UNIQUE (tag_id, priority, active)
|
||||
UNIQUE (tag_id, priority, active),
|
||||
UNIQUE (tag_id, external_repo_id, active)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue