From: dbs Date: Tue, 17 Mar 2009 22:12:18 +0000 (+0000) Subject: Don't forget about the LU Music Resource Centre items X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=90cc5cbbde577f9ba72c655cf8864eeed5c8e61a;p=contrib%2FConifer.git Don't forget about the LU Music Resource Centre items git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/trunk@197 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/tools/migration-scripts/generate_copies.sql b/tools/migration-scripts/generate_copies.sql index 3c6c447b5c..39a5b43286 100644 --- a/tools/migration-scripts/generate_copies.sql +++ b/tools/migration-scripts/generate_copies.sql @@ -10,6 +10,10 @@ UPDATE staging_items WHERE location = 'HIRC-WWW'; UPDATE staging_items + SET owning_lib = 'LUMUSIC' + WHERE location = 'DESM-MRC'; + +UPDATE staging_items SET owning_lib = 'NOSME' WHERE location IN ('HIRCE-AV', 'HIRCE-BOOK', 'HIRCE-CIRC', 'HIRCE-PER', 'HIRCE-REF');