From 1dccbf746055b28079fe7a0acbf21ad635a3bf1a Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Tue, 20 Aug 2024 22:00:42 +0000 Subject: [PATCH] Bug 37693: Rename 22.11.20 db revision To test: 1. Spin up ktd with v22.11.19 checked out 2. Check out v22.11.20 3. Upgrade the schema sudo koha-upgrade-schema $(sudo koha-list --enabled) 4. Notice you get an invalid db_rev error 5. Apply Bug 37693 6. Repeat step 3 7. Confirm the db update is applied successfully 8. Restart services and confirm you can access the upgraded Koha restart_all Sponsored-by: Catalyst IT --- installer/data/mysql/db_revs/22112000.pl | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 installer/data/mysql/db_revs/22112000.pl diff --git a/installer/data/mysql/db_revs/22112000.pl b/installer/data/mysql/db_revs/22112000.pl deleted file mode 100755 index 868ae6fd2f7..00000000000 --- a/installer/data/mysql/db_revs/22112000.pl +++ /dev/null @@ -1,7 +0,0 @@ -use Modern::Perl; - -return { - bug_number => undef, - description => 'Koha 22.11.20 release', - up => sub { }, -}; -- 2.39.2