https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20612
--- Comment #23 from Tomás Cohen Arazi <[email protected]> --- (In reply to Jonathan Druart from comment #22) > Should we really remove a deleted key from the DB table? > I would flag it as inactive instead, it would permit to keep track of the > different requests and associate it to a user. > Disclaimer: This may be a very stupid idea. I thought about it too. That would mean an extra column: deleted TINYINT (1), and it makes sense. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
