From 8168da12cd473388978a8715c66157e5954a0230 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Mon, 4 Jan 2016 12:44:35 -0500 Subject: [PATCH] add rc archivetype --- docs/schema.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/schema.sql b/docs/schema.sql index 1968cd13..00f04a62 100644 --- a/docs/schema.sql +++ b/docs/schema.sql @@ -821,6 +821,7 @@ insert into archivetypes (name, description, extensions) values ('dot', 'DOT gra insert into archivetypes (name, description, extensions) values ('groovy', 'Groovy script file', 'groovy gvy'); 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'); -- Do we want to enforce a constraint that a build can only generate one