From 108475b6a3101d1d812b9638c307aa6be1b5cfdc Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: May 04 2015 16:46:45 +0000 Subject: schema: add missiing raw.xz archive type Signed-off-by: Dennis Gilmore --- diff --git a/docs/schema.sql b/docs/schema.sql index ffe9b22..3582b87 100644 --- a/docs/schema.sql +++ b/docs/schema.sql @@ -737,6 +737,7 @@ insert into archivetypes (name, description, extensions) values ('txt', 'Text fi insert into archivetypes (name, description, extensions) values ('vhd', 'Hyper-V image', 'vhd'); insert into archivetypes (name, description, extensions) values ('wsf', 'Windows script file', 'wsf'); insert into archivetypes (name, description, extensions) values ('box', 'Vagrant Box Image', 'box'); +insert into archivetypes (name, description, extensions) values ('raw-xz', 'xz compressed raw disk image', 'raw.xz'); -- Do we want to enforce a constraint that a build can only generate one