From c9e2e9aa4f8e8285100d855ef75ca4537788a03e Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 17 Oct 2023 15:33:33 -0300 Subject: [PATCH] Add missing db_rev for 21.11.24 Signed-off-by: Tomas Cohen Arazi --- installer/data/mysql/db_revs/211123000.pl | 0 installer/data/mysql/db_revs/211124000.pl | 7 +++++++ 2 files changed, 7 insertions(+) mode change 100644 => 100755 installer/data/mysql/db_revs/211123000.pl create mode 100755 installer/data/mysql/db_revs/211124000.pl diff --git a/installer/data/mysql/db_revs/211123000.pl b/installer/data/mysql/db_revs/211123000.pl old mode 100644 new mode 100755 diff --git a/installer/data/mysql/db_revs/211124000.pl b/installer/data/mysql/db_revs/211124000.pl new file mode 100755 index 0000000000..ed2a0e3d75 --- /dev/null +++ b/installer/data/mysql/db_revs/211124000.pl @@ -0,0 +1,7 @@ +use Modern::Perl; + +return { + bug_number => undef, + description => 'Koha 21.11.24 release', + up => sub {}, +} -- 2.39.5