[Koha-bugs] [Bug 13795] Delete unused columns from statistics table.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 30 16:51:21 CEST 2018


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

Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |caroline.cyr-la-rose at inlibr
                   |                            |o.com

--- Comment #8 from Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com> ---
Could we use "usercode" to log the user/librarian who did the action? It would
be useful especially for action types that are not logged in action_logs (i.e.
issue renewals, payments, writeoffs)

I just want to mention that I have a bunch of different values in proccode, but
I have no idea what they mean.

mysql> select distinct(proccode) from statistics;
+----------+
| proccode |
+----------+
|          |
| 10       |
| 1005     |
| 1064     |
| 1073     |
| 1093     |
| 11       |
| 1152     |
| 12       |
...
| 9        |
| 903      |
| 918      |
| 920      |
| 932      |
| 947      |
| 98       |
| 991      |
| 996      |
+----------+
220 rows in set (0,07 sec)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list