Bug 16720: Remove DBIx ActionLogs.pm
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 13 Jun 2016 16:04:25 +0000 (13:04 -0300)
committerFrédéric Demians <f.demians@tamil.fr>
Fri, 24 Jun 2016 05:27:37 +0000 (07:27 +0200)
commitc0d3e6db1191e2bb63da70cf1d3280f25efe7bfa
tree4be4843769d99b6e312c4b9114d8dbb37f52d457
parentdfb6ca49d85a3d66f0628b8c5cc3f9b8ba65c430
Bug 16720: Remove DBIx ActionLogs.pm

The update_dbix_class_files.pl script generates ActionLog.pm instead, which is
already on the source tree.

To test:
- Apply the patch
=> SUCCESS: Koha/Schema/Result/ActionLogs.pm is removed
- Run:
  $ mysql -uroot
  > CREATE DATABASE dbic; \q
  $ mysql -uroot dbic < kohaclone/installer/data/mysql/kohastructure.sql
  $ misc/devel/update_dbix_class_files.pl --db_name dbic --db_user root
=> SUCCESS: Koha/Schema/Result/ActionLogs.pm is not re-generated
- Run:
  $ git grep ActionLogs
=> SUCCESS: There's no code using it
- Sign off

Signed-off-by: Srdjan <srdjan@catalyst.net.nz>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit b8c950a4c1b1ead8a58686b27c95f9891cdccbae)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Koha/Schema/Result/ActionLogs.pm [deleted file]