LP#1978978: (follow-up) remove pub from CDBI class
authorGalen Charlton <gmc@equinoxOLI.org>
Sat, 28 Jan 2023 19:19:27 +0000 (14:19 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Sat, 28 Jan 2023 19:19:27 +0000 (14:19 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/biblio.pm

index fde1a04..8b153ad 100644 (file)
@@ -19,7 +19,7 @@ use base qw/biblio/;
 
 biblio::record_note->table( 'biblio_record_note' );
 biblio::record_note->columns( Essential => qw/id record value creator
-                    editor create_date edit_date pub/ );
+                    editor create_date edit_date/ );
 #-------------------------------------------------------------------------------
 
 #-------------------------------------------------------------------------------