Removing the dbi modules. Not needed collab/lew/tattle-tale-reports
authorblake <blake@mobiusconsortium.org>
Tue, 19 Jan 2021 18:11:47 +0000 (12:11 -0600)
committerblake <blake@mobiusconsortium.org>
Tue, 19 Jan 2021 18:11:47 +0000 (12:11 -0600)
Signed-off-by: blake <blake@mobiusconsortium.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/seekdestroy.pm [deleted file]
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/dbi.pm

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/seekdestroy.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/seekdestroy.pm
deleted file mode 100644 (file)
index b4d3c77..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-package OpenILS::Application::Storage::CDBI::seekdestroy;
-our $VERSION = 1;
-
-#-------------------------------------------------------------------------------
-package seekdestroy;
-use base qw/OpenILS::Application::Storage::CDBI/;
-#-------------------------------------------------------------------------------
-
-package seekdestroy::ignore_list;
-use base qw/seekdestroy/;
-__PACKAGE__->table('seekdestroy_ignore_list');
-__PACKAGE__->columns(Primary => 'id');
-__PACKAGE__->columns(Essential => qw/report target_copy/);
-#-------------------------------------------------------------------------------
-
-1;
\ No newline at end of file
index 7e4cfe1..f680b1c 100644 (file)
 
     #-------------------------------------------------------------------------------
 
-    package seekdestroy::ignore_list;
-    seekdestroy::ignore_list->sequence( 'seekdestroy.ignore_list_id_seq' );
-    seekdestroy::ignore_list->table('seekdestroy.ignore_list');
-
-    #-------------------------------------------------------------------------------
 
 }