From: blake Date: Tue, 19 Jan 2021 18:11:47 +0000 (-0600) Subject: Removing the dbi modules. Not needed X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=751fbd6b3f9d569292df4337a71c6755e82efadf;p=working%2FEvergreen.git Removing the dbi modules. Not needed Signed-off-by: blake --- 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 index b4d3c77bf3..0000000000 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/seekdestroy.pm +++ /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 diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/dbi.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/dbi.pm index 7e4cfe1560..f680b1c9d1 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/dbi.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/dbi.pm @@ -836,11 +836,6 @@ #------------------------------------------------------------------------------- - package seekdestroy::ignore_list; - seekdestroy::ignore_list->sequence( 'seekdestroy.ignore_list_id_seq' ); - seekdestroy::ignore_list->table('seekdestroy.ignore_list'); - - #------------------------------------------------------------------------------- }