Bug 21402 - Discrepancy between db rev 16.06.00.002 and installer for borrowers.updated_on
Summary: Discrepancy between db rev 16.06.00.002 and installer for borrowers.updated_on
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-24 12:30 UTC by Marcel de Rooy
Modified: 2018-09-24 12:43 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel de Rooy 2018-09-24 12:30:08 UTC
Should be:
alter table borrowers change column updated_on updated_on timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP;
alter table deletedborrowers change column updated_on updated_on timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP;

If we believe kohastructure.sql :)