Merge branch 'master' into kcls_dcl53
[evergreen-equinox.git] / Open-ILS / src / perlmods / lib / OpenILS / Application / Storage / Driver / Pg / dbi.pm
index 5ca6fd0..5c6990f 100644 (file)
@@ -1,5 +1,28 @@
 {
 
+    #-------------------------------------------------------------------------------
+    package asset::copy_part_map;
+
+    asset::copy_part_map->table( 'asset.copy_part_map' );
+
+    #-------------------------------------------------------------------------------
+    package biblio::monograph_part;
+
+    biblio::monograph_part->table( 'biblio.monograph_part' );
+    biblio::monograph_part->sequence( 'biblio.monograph_part_id_seq' );
+
+       #-------------------------------------------------------------------------------
+       package biblio::peer_record_copy_map;
+
+       biblio::peer_record_copy_map->table( 'biblio.peer_record_copy_map' );
+       biblio::peer_record_copy_map->sequence( 'biblio.peer_record_copy_map_id_seq' );
+
+       #-------------------------------------------------------------------------------
+       package biblio::peer_type;
+
+       biblio::peer_type->table( 'biblio.peer_type' );
+       biblio::peer_type->sequence( 'biblio.peer_type_id_seq' );
+
        #-------------------------------------------------------------------------------
        package container::user_bucket;
 
        asset::call_number->sequence( 'asset.call_number_id_seq' );
        
        #---------------------------------------------------------------------
+       package asset::call_number_suffix;
+       
+       asset::call_number_suffix->table( 'asset.call_number_suffix' );
+       asset::call_number_suffix->sequence( 'asset.call_number_suffix_id_seq' );
+
+       #---------------------------------------------------------------------
+       package asset::call_number_prefix;
+       
+       asset::call_number_prefix->table( 'asset.call_number_prefix' );
+       asset::call_number_prefix->sequence( 'asset.call_number_prefix_id_seq' );
+
+       #---------------------------------------------------------------------
        package asset::call_number_class;
        
        asset::call_number_class->table( 'asset.call_number_class' );