https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20612 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |20733 --- Comment #31 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Tomás Cohen Arazi from comment #23)
(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.
See bug 20733. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20733 [Bug 20733] Delete api key or add a deleted flag? -- You are receiving this mail because: You are watching all bug changes.