Add OWA and OWAL flourishes
authordbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Tue, 28 Apr 2009 04:27:09 +0000 (04:27 +0000)
committerdbs <dbs@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Tue, 28 Apr 2009 04:27:09 +0000 (04:27 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@405 6d9bc8c9-1ec2-4278-b937-99fde70a366f

tools/migration-scripts/generate_copies.sql

index f094dae..62c31f2 100644 (file)
@@ -34,6 +34,14 @@ UPDATE staging_items
        WHERE owning_lib = 'HIRC';
 
 UPDATE staging_items
+       SET owning_lib = 'OWA'
+       WHERE owning_lib = 'Leddy';
+
+UPDATE staging_items
+       SET owning_lib = 'OWAL'
+       WHERE owning_lib = 'WINLAW';
+
+UPDATE staging_items
        SET owning_lib = 'KAP'
        WHERE location IN (SELECT location FROM staging_items WHERE location LIKE 'HRSTK-%');