]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
libimcv: Add Debian 10.5 to IMV database
authorTobias Brunner <tobias@strongswan.org>
Mon, 24 Aug 2020 13:32:16 +0000 (15:32 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 3 Sep 2020 11:34:19 +0000 (13:34 +0200)
src/libimcv/imv/data.sql

index fefeb9b15a83f962aeeb545789d55dc66e44a458..c5e44a8e53635c6634033a6e36db5cae93c9c6d4 100644 (file)
@@ -598,6 +598,12 @@ INSERT INTO products (      /* 100 */
  'Debian 9.7 x86_64'
 );
 
+INSERT INTO products (      /* 101 */
+  name
+) VALUES (
+ 'Debian 10.5 x86_64'
+);
+
 /* Directories */
 
 INSERT INTO directories (              /*  1 */
@@ -1312,6 +1318,12 @@ INSERT INTO groups_product_defaults (
   5, 100
 );
 
+INSERT INTO groups_product_defaults (
+  group_id, product_id
+) VALUES (
+  5, 101
+);
+
 INSERT INTO groups_product_defaults (
   group_id, product_id
 ) VALUES (