From 561e9437eb2086c3b35d8b9d94bb56c27c027dee Mon Sep 17 00:00:00 2001 From: Ryan Higgins Date: Sun, 25 May 2008 01:21:56 -0500 Subject: [PATCH] Add ANSCR to default cn_source list. Signed-off-by: Joshua Ferraro --- installer/data/mysql/en/mandatory/class_sources.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/data/mysql/en/mandatory/class_sources.sql b/installer/data/mysql/en/mandatory/class_sources.sql index 3f6c1f2882..69d6347c66 100644 --- a/installer/data/mysql/en/mandatory/class_sources.sql +++ b/installer/data/mysql/en/mandatory/class_sources.sql @@ -32,4 +32,5 @@ INSERT INTO `class_sources` (`cn_source`, `description`, `used`, `class_sort_rul ('lcc', 'Library of Congress Classification', 1, 'lcc'), ('udc', 'Universal Decimal Classification', 0, 'generic'), ('sudocs', 'SuDoc Classification (U.S. GPO)', 0, 'generic'), + ('anscr', 'ANSCR (Sound Recordings)', 0, 'generic'), ('z', 'Other/Generic Classification Scheme', 0, 'generic'); -- 2.11.0