external repos can have specified arch list
Fixes: https://pagure.io/koji/issue/2538
This commit is contained in:
parent
c39f6e9afa
commit
24bd694865
7 changed files with 46 additions and 15 deletions
9
docs/schema-upgrade-1.23-1.24.sql
Normal file
9
docs/schema-upgrade-1.23-1.24.sql
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
-- upgrade script to migrate the Koji database schema
|
||||
-- from version 1.23 to 1.24
|
||||
|
||||
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE tag_external_repos ADD COLUMN arches TEXT;
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue