Bug 35906 added itemtypes.bookable : installer/data/mysql/kohastructure.sql : `bookable` tinyint(1) NOT NULL DEFAULT 0 installer/data/mysql/db_revs/240600045.pl : ALTER TABLE itemtypes ADD COLUMN bookable INT(1) DEFAULT 0 AFTER automatic_checkin Koha/Schema/Result/Itemtype.pm : "bookable", { data_type => "tinyint", default_value => 0, is_nullable => 0 }, So dbrev needs to be fixed
Created attachment 174493 [details] [review] Bug 38434: Fix to define the same structure as kohastructure.sql
Picking this one a follow-up of 35906 directly for main.
Pushed for 24.11! Well done everyone, thank you!
Missing 24.05.x deps, no backport.