diff --git a/Koha.pm b/Koha.pm index 57b9bdd02c..983db0982c 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 = "24.12.00.016"; +$VERSION = "24.12.00.017"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_32630.pl b/installer/data/mysql/db_revs/241200017.pl similarity index 88% rename from installer/data/mysql/atomicupdate/bug_32630.pl rename to installer/data/mysql/db_revs/241200017.pl index 2f543cfb5a..13f4bf332f 100755 --- a/installer/data/mysql/atomicupdate/bug_32630.pl +++ b/installer/data/mysql/db_revs/241200017.pl @@ -19,6 +19,6 @@ return { ); # Other information - say_success( $out, "Updated borrowernumber constraint" ); + say_success( $out, "Updated borrowernumber constraint on illrequests table" ); }, };