fix version numbers
This commit is contained in:
parent
ecef2ea1d0
commit
c667d5bfff
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
-- upgrade script to migrate the Koji database schema
|
||||
-- from version 1.19 to 1.20
|
||||
-- from version 1.31 to 1.32
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- fix duplicate extension in archivetypes
|
||||
UPDATE archivetypes SET extensions = 'vhdx.gz vhdx.xz' WHERE name = 'vhdx-compressed';
|
||||
-- fix duplicate extension in archivetypes
|
||||
UPDATE archivetypes SET extensions = 'vhdx.gz vhdx.xz' WHERE name = 'vhdx-compressed';
|
||||
|
||||
COMMIT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue