19 Apr
2022
19 Apr
'22
4:48 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30565 --- Comment #1 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Compare this $DBversion = '18.06.00.040'; CONSTRAINT `stockrotationrotas_title` UNIQUE (`title`) EN `title` varchar(100) NOT NULL, -- Title for this rota $DBversion = '18.06.00.048'; $dbh->do( "ALTER TABLE stockrotationrotas CHANGE COLUMN description description text" ); #Bug 21682 with kohastructure.sql. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.