https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29910
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Jonathan Druart <[email protected]> --- > select year(modification_time) as yyyy, count(*) from installation group by > yyyy; +------+----------+ | yyyy | count(*) | +------+----------+ | 2014 | 8 | | 2019 | 114 | | 2020 | 2726 | | 2021 | 5893 | | 2022 | 4987 | +------+----------+ What do we remove? What does "periodically" mean? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
