19 Mar
2015
19 Mar
'15
10:42 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11165 --- Comment #6 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to M. de Rooy from comment #3)
What about: Koha/Schema/Result/AuthHeader.pm: "datemodified", installer/data/mysql/kohastructure.sql: `datemodified` date default NULL,
Oops! The schema file will be updated by the RM.
Also I do not like the update of datemodified when running the dbrev. If you rename the column and add the 'on update' clause later, you should be able to prevent that.
Ho good catch, I have just tried and it seems to work! -- You are receiving this mail because: You are watching all bug changes.