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