Bug 16720: Remove DBIx ActionLogs.pm
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 13 Jun 2016 16:04:25 +0000 (13:04 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 17 Jun 2016 14:37:55 +0000 (14:37 +0000)
commitb8c950a4c1b1ead8a58686b27c95f9891cdccbae
tree9756fd0f17725b3bc58cb6d689b2f72a44125bf4
parent557a5989093982f41173df8267658cb1d90e76cd
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>
Koha/Schema/Result/ActionLogs.pm [deleted file]