Bug 29393: DBRev 23.12.035

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Katrin Fischer 2024-04-29 15:35:02 +00:00
parent a15ec9894c
commit 882678f3e3
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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'";
},
}