summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-07-06 07:51:13 +0200
committerYorhel <git@yorhel.nl>2018-07-06 07:51:13 +0200
commit617a76eeba910040aa0b2bf14881b8ae5fef8860 (patch)
treee532b50c3088d3a51be465d4cba0cfb915b7d816 /sql
parentcfc656bf12524ee601a9814ce5521f91edb93a66 (diff)
Add CentOS 6.10 and FreeBSD 11.2
Diffstat (limited to 'sql')
-rw-r--r--sql/schema.sql14
1 files changed, 8 insertions, 6 deletions
diff --git a/sql/schema.sql b/sql/schema.sql
index 04d4d6b..2b8f121 100644
--- a/sql/schema.sql
+++ b/sql/schema.sql
@@ -225,14 +225,16 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(172,'CentOS', '6.7', 'centos-6.7', 40),
(173,'CentOS', '6.8', 'centos-6.8', 41),
(174,'CentOS', '6.9', 'centos-6.9', 42),
- (175,'CentOS', '7.0', 'centos-7.0', 43),
- (176,'CentOS', '7.1', 'centos-7.1', 44),
- (177,'CentOS', '7.2', 'centos-7.2', 45),
- (178,'CentOS', '7.3', 'centos-7.3', 46),
- (179,'CentOS', '7.4', 'centos-7.4', 47),
+ (175,'CentOS', '7.0', 'centos-7.0', 44),
+ (176,'CentOS', '7.1', 'centos-7.1', 45),
+ (177,'CentOS', '7.2', 'centos-7.2', 46),
+ (178,'CentOS', '7.3', 'centos-7.3', 47),
+ (179,'CentOS', '7.4', 'centos-7.4', 48),
(180,'Ubuntu', '18.04', 'ubuntu-bionic', 27),
(181,'Fedora', '28', 'fedora-28', 27),
- (182,'CentOS', '7.5', 'centos-7.5', 48);
+ (182,'CentOS', '7.5', 'centos-7.5', 49),
+ (183,'CentOS', '6.10', 'centos-6.10', 43),
+ (184,'FreeBSD', '11.2', 'freebsd-11.2', 63);
-- Removes any path components and compression extensions from the filename.