summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-11-01 17:23:40 +0100
committerYorhel <git@yorhel.nl>2018-11-01 17:23:40 +0100
commit99628559edfb671977bda0b151f8946cc1fc3e3e (patch)
treef64d027d8f81f5a5c7124f1b9955960edd53d294 /sql
parent19e07400b908b587b54e90b514d47366927f1fb4 (diff)
Add Fedora 29
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 6657a6f..4792fba 100644
--- a/sql/schema.sql
+++ b/sql/schema.sql
@@ -235,7 +235,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(182,'CentOS', '7.5', 'centos-7.5', 49),
(183,'CentOS', '6.10', 'centos-6.10', 43),
(184,'FreeBSD', '11.2', 'freebsd-11.2', 63),
- (185,'Ubuntu', '18.10', 'ubuntu-cosmic', 28);
+ (185,'Ubuntu', '18.10', 'ubuntu-cosmic', 28),
+ (186,'Fedora', '29', 'fedora-29', 28);
-- Removes any path components and compression extensions from the filename.