summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-10-22 20:18:01 +0200
committerYorhel <git@yorhel.nl>2019-10-22 20:18:01 +0200
commit6fe905f7c9f603d919bfca42097472035174b642 (patch)
tree2b2b30eee522f71dbe9c3ae89027b9809294b12b /sql
parentea0a7a4b715add2a08f0989d05b3f26bd0d29d97 (diff)
Add CentOS 7.7
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 1f33a4b..82bd9d4 100644
--- a/sql/schema.sql
+++ b/sql/schema.sql
@@ -243,7 +243,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(190,'Debian', '10.0', 'debian-buster', 14),
(191,'Fedora', '30', 'fedora-30', 29),
(192,'FreeBSD', '11.3', 'freebsd-11.3', 64),
- (193,'Ubuntu', '19.10', 'ubuntu-eoan', 30);
+ (193,'Ubuntu', '19.10', 'ubuntu-eoan', 30),
+ (194,'CentOS', '7.7', 'centos-7.7', 51);
-- Removes any path components and compression extensions from the filename.