Browse Source

Bug 12133: DBRev 23.06.00.079

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
23.11.x
Tomás Cohen Arazi 6 months ago
parent
commit
a1c9799f91
Signed by: tomascohen GPG Key ID: 0A272EA1B2F3C15F
  1. 2
      Koha.pm
  2. 2
      installer/data/mysql/db_revs/230600079.pl

2
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.06.00.078";
$VERSION = "23.06.00.079";
sub version {
return $VERSION;

2
installer/data/mysql/atomicupdate/bug_12133.pl → installer/data/mysql/db_revs/230600079.pl

@ -14,6 +14,6 @@ return {
}
);
say $out "Added new system preference 'ChildNeedsGuarantor')\n";
say $out "Added new system preference 'ChildNeedsGuarantor'";
},
};
Loading…
Cancel
Save