summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-10-22 14:37:04 +0200
committerYorhel <git@yorhel.nl>2019-10-22 14:37:04 +0200
commit67252c1b8103558f8965538ccf70422c2a44ee1d (patch)
tree438e1fe32f9ede1bacba426e53d285682219678a /sql
parenta6f0f9eb1481fbf9391cd3d7c766e8528e005315 (diff)
Add Ubuntu 19.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 419c33c..1f33a4b 100644
--- a/sql/schema.sql
+++ b/sql/schema.sql
@@ -242,7 +242,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(189,'Ubuntu', '19.04', 'ubuntu-disco', 29),
(190,'Debian', '10.0', 'debian-buster', 14),
(191,'Fedora', '30', 'fedora-30', 29),
- (192,'FreeBSD', '11.3', 'freebsd-11.3', 64);
+ (192,'FreeBSD', '11.3', 'freebsd-11.3', 64),
+ (193,'Ubuntu', '19.10', 'ubuntu-eoan', 30);
-- Removes any path components and compression extensions from the filename.