[Koha-bugs] [Bug 8926] deletedborrowers should have a timestamp

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Dec 3 12:39:05 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8926

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #6 from Marcel de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list