[open-ils-commits] r368 - conifer/trunk/tools/migration-scripts (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Apr 20 22:15:21 EDT 2009


Author: dbs
Date: 2009-04-20 22:15:19 -0400 (Mon, 20 Apr 2009)
New Revision: 368

Modified:
   conifer/trunk/tools/migration-scripts/fixURIs.pl
   conifer/trunk/tools/migration-scripts/org_units.sql
Log:
Add University of Windsor to the URI munging mix
Apply proper LAC codes for Leddy and Law library


Modified: conifer/trunk/tools/migration-scripts/fixURIs.pl
===================================================================
--- conifer/trunk/tools/migration-scripts/fixURIs.pl	2009-04-20 14:06:20 UTC (rev 367)
+++ conifer/trunk/tools/migration-scripts/fixURIs.pl	2009-04-21 02:15:19 UTC (rev 368)
@@ -57,6 +57,8 @@
                 $orgunit = 'OSTMA';
             } elsif ($url =~ m/normedproxy.lakeheadu.ca/o) {
                 $orgunit = 'OSM';
+            } elsif ($url =~ m/ezproxy.uwindsor.ca/o) {
+                $orgunit = 'OWA';
             }
 
             if ($orgunit) {

Modified: conifer/trunk/tools/migration-scripts/org_units.sql
===================================================================
--- conifer/trunk/tools/migration-scripts/org_units.sql	2009-04-20 14:06:20 UTC (rev 367)
+++ conifer/trunk/tools/migration-scripts/org_units.sql	2009-04-21 02:15:19 UTC (rev 368)
@@ -33,14 +33,14 @@
 1	\N	1	1	1	1	1	CONIFER	Conifer			t
 102	1	2	1	1	1	1	LAURSYS	Laurentian System			t
 106	1	2	\N	\N	\N	\N	WINDSYS	Windsor System			t
-109	106	3	\N	\N	\N	\N	LEDDY	Leddy Library			t
+109	106	3	\N	\N	\N	\N	OWA	Leddy Library			t
 112	102	3	\N	\N	\N	\N	ARTGALL	Art Gallery of Sudbury			t
 113	102	3	\N	\N	\N	\N	CFOF	Centre Franco-Ontarien de Folklore			t
 116	102	3	\N	\N	\N	\N	SAH	Sault Area Hospital			t
 118	102	3	\N	\N	\N	\N	MNDM	Mines Library, Willet Green Miller Centre			t
 119	102	3	\N	\N	\N	\N	FALCON	Xstrata Process Support Centre Library, Falconbridge			t
 120	102	3	\N	\N	\N	\N	INCO	Vale Inco			t
-122	106	3	\N	\N	\N	\N	WINDLAQ	Paul Martin Law Library			t
+122	106	3	\N	\N	\N	\N	OWAL	Paul Martin Law Library			t
 111	1	2	\N	\N	\N	\N	ALGOMASYS	Algoma System	\N	\N	t
 124	111	3	\N	\N	\N	\N	OSTMA	Algoma University, Wishart Library			t
 125	1	2	\N	\N	\N	\N	OSM	NOHIN	\N	\N	t



More information about the open-ils-commits mailing list