@@ -, +, @@ entry --- installer/data/mysql/atomicupdate/bug_17355.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/installer/data/mysql/atomicupdate/bug_17355.perl +++ a/installer/data/mysql/atomicupdate/bug_17355.perl @@ -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"); } --