From 882678f3e3c3d66842f108e180ee696245e7730c Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 29 Apr 2024 15:35:02 +0000 Subject: [PATCH] Bug 29393: DBRev 23.12.035 Signed-off-by: Katrin Fischer --- Koha.pm | 2 +- .../231200035.pl} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename installer/data/mysql/{atomicupdate/Bug_29393_add_send_message_permission.pl => db_revs/231200035.pl} (86%) diff --git a/Koha.pm b/Koha.pm index e212de8743..26388c562e 100644 --- a/Koha.pm +++ b/Koha.pm @@ -29,7 +29,7 @@ use vars qw{ $VERSION }; # - #4 : the developer version. The 4th number is the database subversion. # used by developers when the database changes. updatedatabase take care of the changes itself # and is automatically called by Auth.pm when needed. -$VERSION = "23.12.00.034"; +$VERSION = "23.12.00.035"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/Bug_29393_add_send_message_permission.pl b/installer/data/mysql/db_revs/231200035.pl similarity index 86% rename from installer/data/mysql/atomicupdate/Bug_29393_add_send_message_permission.pl rename to installer/data/mysql/db_revs/231200035.pl index 1d8fe41c9d..c4b75d8b36 100755 --- a/installer/data/mysql/atomicupdate/Bug_29393_add_send_message_permission.pl +++ b/installer/data/mysql/db_revs/231200035.pl @@ -11,6 +11,6 @@ return { q{INSERT IGNORE INTO permissions (module_bit, code, description) VALUES (4, 'send_messages_to_borrowers', 'Send messages to patrons')} ); - say $out "Update is going well so far"; + say $out "Added new permission 'send_messages_to_borrowers'"; }, } -- 2.39.5