]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
libimcv: Add Debian 9.7 to IMV database
authorTobias Brunner <tobias@strongswan.org>
Wed, 30 Jan 2019 11:26:19 +0000 (12:26 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 30 Jan 2019 11:26:19 +0000 (12:26 +0100)
src/libimcv/imv/data.sql

index 3f8b4c957876bcc94687f902a0280c36c42bb20f..fefeb9b15a83f962aeeb545789d55dc66e44a458 100644 (file)
@@ -592,6 +592,12 @@ INSERT INTO products (      /* 99 */
  'Debian 9.6 x86_64'
 );
 
+INSERT INTO products (      /* 100 */
+  name
+) VALUES (
+ 'Debian 9.7 x86_64'
+);
+
 /* Directories */
 
 INSERT INTO directories (              /*  1 */
@@ -1300,6 +1306,12 @@ INSERT INTO groups_product_defaults (
   5, 99
 );
 
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  5, 100
+);
+
 INSERT INTO groups_product_defaults (
   group_id, product_id
 ) VALUES (