https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34587 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl --- Comment #38 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- It seems that this patch set added two inconsistencies in the db schema: STRUCTURE `date_uploaded` timestamp NULL DEFAULT current_timestamp() COMMENT 'counter file upload date', DBREV 230600056.pl `date_uploaded` timestamp DEFAULT NULL DEFAULT current_timestamp() COMMENT 'counter file upload date', => You see two DEFAULTs in the dbrev. Probably a typo. STRUCTURE `importdate` timestamp NULL DEFAULT current_timestamp() COMMENT 'counter file import date', DBREV 230600056. `importdate` timestamp DEFAULT NULL DEFAULT current_timestamp() COMMENT 'counter file import date', => Same Could the authors give follow-up and correct please? Thanks. -- You are receiving this mail because: You are watching all bug changes.