Bug 17355: (QA follow-up) Add description to updatedatabase entry
authorKatrin Fischer <katrin.fischer.83@web.de>
Fri, 1 May 2020 15:47:07 +0000 (17:47 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 4 May 2020 06:57:21 +0000 (07:57 +0100)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

installer/data/mysql/atomicupdate/bug_17355.perl

index ce14cae..5720f28 100644 (file)
@@ -21,5 +21,5 @@ if( CheckVersion( $DBversion ) ) {
     |);
 
     # Always end with this (adjust the bug info)
-    NewVersion( $DBversion, 17355, "Description");
+    NewVersion( $DBversion, 17355, "Add is_system to authorised_value_categories table");
 }