https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31086 José Anjos <joseanjos@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #34 from José Anjos <joseanjos@gmail.com> --- After manually doing this command: ALTER TABLE reserves MODIFY COLUMN `branchcode` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'foreign key from the branches table defining which branch the patron wishes to pick this hold up at'; Query OK, 0 rows affected (0.06 sec) Records: 0 Duplicates: 0 Warnings: 0 it was possible to continue with the upgrade... Strange -- You are receiving this mail because: You are watching all bug changes.