https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30565

--- Comment #1 from Marcel de Rooy <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to