(deleted)borrowers.updated_on nullable or not ?
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 ? -- Julian Maurice <julian.maurice@biblibre.com> BibLibre
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 <julian.maurice@biblibre.com> BibLibre
participants (1)
-
Julian Maurice