summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-10-21 12:30:12 +0200
committerYorhel <git@yorhel.nl>2018-10-21 12:30:12 +0200
commit19e07400b908b587b54e90b514d47366927f1fb4 (patch)
treeeedd2362af923dc9b5e31e52548dae4653759270 /sql
parent577e519e7dcbfa8ca74c193b46c42502de007e4f (diff)
Add Ubuntu 18.10
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 2b8f121..6657a6f 100644
--- a/sql/schema.sql
+++ b/sql/schema.sql
@@ -234,7 +234,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(181,'Fedora', '28', 'fedora-28', 27),
(182,'CentOS', '7.5', 'centos-7.5', 49),
(183,'CentOS', '6.10', 'centos-6.10', 43),
- (184,'FreeBSD', '11.2', 'freebsd-11.2', 63);
+ (184,'FreeBSD', '11.2', 'freebsd-11.2', 63),
+ (185,'Ubuntu', '18.10', 'ubuntu-cosmic', 28);
-- Removes any path components and compression extensions from the filename.