summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-12-04 18:15:20 +0100
committerYorhel <git@yorhel.nl>2018-12-04 18:15:20 +0100
commit0142896a96438b50a73c61b9618b3d67a3aae2b9 (patch)
treecdfb540648cf11cabdb08966b9b3b1799ba82b40 /sql
parentb36ff90c6e2f9a5528c996a101fb3da2d34036de (diff)
Add CentOS 7.6
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 4792fba..52968fe 100644
--- a/sql/schema.sql
+++ b/sql/schema.sql
@@ -236,7 +236,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(183,'CentOS', '6.10', 'centos-6.10', 43),
(184,'FreeBSD', '11.2', 'freebsd-11.2', 63),
(185,'Ubuntu', '18.10', 'ubuntu-cosmic', 28),
- (186,'Fedora', '29', 'fedora-29', 28);
+ (186,'Fedora', '29', 'fedora-29', 28),
+ (187,'CentOS', '7.6', 'centos-7.6', 50);
-- Removes any path components and compression extensions from the filename.