[open-ils-commits] r15204 - trunk/Open-ILS/src/sql/Pg (scottmk)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Dec 20 01:43:14 EST 2009


Author: scottmk
Date: 2009-12-20 01:43:10 -0500 (Sun, 20 Dec 2009)
New Revision: 15204

Modified:
   trunk/Open-ILS/src/sql/Pg/999.functions.global.sql
Log:
Backing out a premature commit that I made inadvertently...

M    Pg/999.functions.global.sql


Modified: trunk/Open-ILS/src/sql/Pg/999.functions.global.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/999.functions.global.sql	2009-12-19 21:29:00 UTC (rev 15203)
+++ trunk/Open-ILS/src/sql/Pg/999.functions.global.sql	2009-12-20 06:43:10 UTC (rev 15204)
@@ -222,7 +222,6 @@
 
     -- acq.*
     UPDATE acq.fund_allocation SET allocator = dest_usr WHERE allocator = src_usr;
-    UPDATE acq.fund_transfer SET transfer_user = dest_usr WHERE transfer_user = src_usr;
 
 	-- transfer picklists the same way we transfer buckets (see above)
 	FOR picklist_row in
@@ -384,7 +383,6 @@
 
 	-- acq.*
 	UPDATE acq.fund_allocation SET allocator = dest_usr WHERE allocator = src_usr;
-    UPDATE acq.fund_transfer SET transfer_user = dest_usr WHERE transfer_user = src_usr;
 	UPDATE acq.lineitem SET creator = dest_usr WHERE creator = src_usr;
 	UPDATE acq.lineitem SET editor = dest_usr WHERE editor = src_usr;
 	UPDATE acq.lineitem SET selector = dest_usr WHERE selector = src_usr;



More information about the open-ils-commits mailing list