https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34587
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #38 from Marcel de Rooy <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
