summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-07-20 09:42:23 +0200
committerYorhel <git@yorhel.nl>2019-07-20 09:42:23 +0200
commitd2e7719b3fb15afe4800ffa306295a12df7eae56 (patch)
treea0bded4a08c127db66f7b990d21e2aaa16004d09 /sql
parent69cbd7772956881bbd83bd01fa2dac56953e820c (diff)
Add Fedora 30
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 22666b8..23f7110 100644
--- a/sql/schema.sql
+++ b/sql/schema.sql
@@ -240,7 +240,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(187,'CentOS', '7.6', 'centos-7.6', 50),
(188,'FreeBSD', '12.0', 'freebsd-12.0', 70),
(189,'Ubuntu', '19.04', 'ubuntu-disco', 29),
- (190,'Debian', '10.0', 'debian-buster', 14);
+ (190,'Debian', '10.0', 'debian-buster', 14),
+ (191,'Fedora', '30', 'fedora-30', 29);
-- Removes any path components and compression extensions from the filename.