[Bug 8926] deletedborrowers should have a timestamp
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8926 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #6 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- What about this: CREATE TABLE `deletedborrowers` ( -- stores data related to the patrons/borrowers you have deleted [...] `updated_on` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, -- time of last change could be useful for synchronization with external systems (among others) See also bug 10459 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org