change moved to 1.18, so adjust schema upgrade scripts
This commit is contained in:
parent
8d0624bf2f
commit
97f8f829ae
2 changed files with 5 additions and 4 deletions
|
|
@ -4,8 +4,5 @@
|
|||
|
||||
BEGIN;
|
||||
|
||||
-- add compressed raw-gzip and compressed qcow2 images
|
||||
insert into archivetypes (name, description, extensions) values ('raw-gz', 'GZIP compressed raw disk image', 'raw.gz');
|
||||
insert into archivetypes (name, description, extensions) values ('qcow2-compressed', 'Compressed QCOW2 image', 'qcow2.gz qcow2.xz');
|
||||
|
||||
COMMIT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue