On 05/09/2016 12:50, Julian Maurice wrote: > Hi, > > I noticed that (deleted)borrowers.updated_on (introduced by bug 10459) > is defined as nullable in updatedatabase.pl but not nullable in > kohastructure.sql and Koha::Schema. > I started writing a patch to fix this in updatedatabase.pl but I'm not > sure of what should be the correct definition. > Any thoughts ? >
Same question for constraint on old_reserves.itemtype (SET NULL in kohastructure.sql and Koha::Schema, CASCADE in updatedatabase.pl) Also, virtualshelves.created_on is a DATETIME in updatedatabase.pl and kohastructure.sql, but a TIMESTAMP in Koha::Schema (could be fixed by just regenerating Koha::Schema) -- Julian Maurice <[email protected]> BibLibre _______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
