From d45a699975b9857990e19bb9ddc12267ebd05334 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 23 Sep 2020 21:59:02 +0200 Subject: [PATCH] Bug 19889: (follow-up 2) update DB adjustments Signed-off-by: Jonathan Druart --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 40e6a11a3f..f61b7c5976 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -22719,7 +22719,7 @@ if( CheckVersion( $DBversion ) ) { if( !column_exists( 'categories', 'exclude_from_local_holds_priority' ) ) { $dbh->do(q{ - ALTER TABLE `categories` ADD COLUMN `exclude_from_local_holds_priority` tinyint(1) default NULL AFTER `require_strong_password` + ALTER TABLE `categories` ADD COLUMN `exclude_from_local_holds_priority` tinyint(1) default NULL AFTER `change_password` }); } NewVersion( $DBversion, 19889, "Add exclude_from_local_holds_priority column to items, deleteditems and categories tables"); -- 2.39.2