summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-10-08 00:18:08 +0200
committerYorhel <git@yorhel.nl>2016-10-08 00:18:08 +0200
commited00c5fd4636c60eebe87a7acec1066c27b75e12 (patch)
tree23edfd7cd797e78e95000666b5bf3181b11a40bf /sql
parent72e26a0614cc2cf069c0ef43f331a353098e12db (diff)
Add FreeBSD 9.3
Diffstat (limited to 'sql')
-rw-r--r--sql/schema.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/schema.sql b/sql/schema.sql
index ff264a8..12b40a3 100644
--- a/sql/schema.sql
+++ b/sql/schema.sql
@@ -142,7 +142,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(90, 'Ubuntu', '15.04', 'ubuntu-vivid', 21),
(91, 'Debian', '8.0', 'debian-jessie', 12),
(92, 'Ubuntu', '15.10', 'ubuntu-wily', 22),
- (93, 'Ubuntu', '16.04', 'ubuntu-xenial', 23);
+ (93, 'Ubuntu', '16.04', 'ubuntu-xenial', 23),
+ (94, 'FreeBSD', '9.3', 'freebsd-9.3', 55);
-- Removes any path components and compression extensions from the filename.