--- docs/schema.sql | 1 + 1 file changed, 1 insertion(+)
diff --git a/docs/schema.sql b/docs/schema.sql index 00f04a6..18402d8 100644 --- a/docs/schema.sql +++ b/docs/schema.sql @@ -822,6 +822,7 @@ insert into archivetypes (name, description, extensions) values ('groovy', 'Groo insert into archivetypes (name, description, extensions) values ('batch', 'Batch file', 'bat'); insert into archivetypes (name, description, extensions) values ('shell', 'Shell script', 'sh'); insert into archivetypes (name, description, extensions) values ('rc', 'Resource file', 'rc'); +insert into archivetypes (name, description, extensions) values ('wsdl', 'Web Services Description Language', 'wsdl');
-- Do we want to enforce a constraint that a build can only generate one
koji-devel@lists.fedorahosted.org