[Koha-bugs] [Bug 30565] Field stockrotationrotas.description should be NOT NULL, title UNIQUE

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 19 16:48:54 CEST 2022


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

--- Comment #1 from Marcel de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list