https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22273
Bug ID: 22273
Summary: Column article_requests.created_on should not be
updated
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Database
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Target Milestone: ---
`created_on` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE
CURRENT_TIMESTAMP,
`updated_on` timestamp NULL DEFAULT NULL,
=> The update clause should not be with created_on.
In addition to this, the Koha::ArticleRequest store method contains:
$self->updated_on($now);
This actually should not have been coded, but left to the database.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/