set up proper pg table names
authorMike Rylander <mrylander@gmail.com>
Thu, 17 Feb 2011 19:18:58 +0000 (14:18 -0500)
committerMike Rylander <mrylander@gmail.com>
Thu, 17 Feb 2011 19:18:58 +0000 (14:18 -0500)
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/dbi.pm

index 5ca6fd0..4041785 100644 (file)
@@ -1,5 +1,16 @@
 {
 
+    #-------------------------------------------------------------------------------
+    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 container::user_bucket;