From 745edc3263eca2d069840e5072c837b8e7eb9eb4 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 8 Nov 2022 09:41:13 -0300 Subject: [PATCH] Bug 32030: DBRev 22.06.00.079 Signed-off-by: Tomas Cohen Arazi --- Koha.pm | 2 +- .../data/mysql/{atomicupdate/erm.pl => db_revs/220600079.pl} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename installer/data/mysql/{atomicupdate/erm.pl => db_revs/220600079.pl} (99%) diff --git a/Koha.pm b/Koha.pm index df7f82ac18..9945988020 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 = "22.06.00.078"; +$VERSION = "22.06.00.079"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/erm.pl b/installer/data/mysql/db_revs/220600079.pl similarity index 99% rename from installer/data/mysql/atomicupdate/erm.pl rename to installer/data/mysql/db_revs/220600079.pl index 99ba899b0b..91fad4c2bf 100755 --- a/installer/data/mysql/atomicupdate/erm.pl +++ b/installer/data/mysql/db_revs/220600079.pl @@ -1,8 +1,8 @@ use Modern::Perl; return { - bug_number => "BUG_NUMBER", - description => "Some tables for ERM", + bug_number => "32030", + description => "Add an ERM module", up => sub { my ($args) = @_; my ($dbh, $out) = @$args{qw(dbh out)}; -- 2.20.1