Modify SQL update scripts

This commit is contained in:
Tomas Kopecek 2018-08-27 12:06:27 +02:00 committed by Mike McLean
parent 9effd55c39
commit 3d6b640c56
2 changed files with 4 additions and 1 deletions

View file

@ -467,7 +467,7 @@ create table tag_external_repos (
tag_id INTEGER NOT NULL REFERENCES tag(id),
external_repo_id INTEGER NOT NULL REFERENCES external_repo(id),
priority INTEGER NOT NULL,
merge_mode TEXT DEFAULT 'koji',
merge_mode TEXT DEFAULT 'koji',
-- versioned - see earlier description of versioning
create_event INTEGER NOT NULL REFERENCES events(id) DEFAULT get_event(),
revoke_event INTEGER REFERENCES events(id),