adjust schema upgrade script
This commit is contained in:
parent
a190035862
commit
10508a66d1
1 changed files with 2 additions and 0 deletions
|
|
@ -6,5 +6,7 @@ BEGIN;
|
|||
|
||||
-- add tgz to list of tar's extensions
|
||||
UPDATE archivetypes SET extensions = 'tar tar.gz tar.bz2 tar.xz tgz' WHERE name = 'tar';
|
||||
INSERT INTO archivetypes (name, description, extensions) VALUES ('vhdx', 'Hyper-V Virtual Hard Disk v2 image', 'vhdx');
|
||||
|
||||
|
||||
COMMIT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue