Bug 35146

Summary: Missing db_revs file for Koha 21.11.24
Product: Koha Reporter: Alex Buckley <alexbuckley>
Component: Installation and upgrade (command-line installer)Assignee: Bugs List <koha-bugs>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: danyonsewell
Version: 21.11Keywords: rel_21_11_candidate
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
21.11.25
Circulation function:
Attachments: Bug 35146 - Missing db_revs file for Koha 21.11.24

Description Alex Buckley 2023-10-24 20:02:58 UTC
The Koha 21.11.24 minor point release is missing a db_revs file to increment the Koha version number in the database.

https://git.koha-community.org/Koha-community/Koha/commit/df3374ec2f47c2de1ca0ccb0bdbd967d5d8dc4c7

This means after upgrading to the 21.11.24 koha-common package on a server and upgrading the schema, Koha will still re-direct to the Koha web installer.
Comment 1 Danyon Sewell 2023-11-01 02:23:26 UTC
That would be my mistake, I created the revs file initially but never actually commited it to the branch :)

have fixed this for now and rolled it into the 21.11.25 release
Comment 2 Danyon Sewell 2023-11-01 02:29:59 UTC
Created attachment 158165 [details] [review]
Bug 35146 - Missing db_revs file for Koha 21.11.24

Adding missing revs file.