Add ANSCR to default cn_source list.
authorRyan Higgins <rch@liblime.com>
Sun, 25 May 2008 06:21:56 +0000 (01:21 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 27 May 2008 12:33:23 +0000 (07:33 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
installer/data/mysql/en/mandatory/class_sources.sql

index 3f6c1f2..69d6347 100644 (file)
@@ -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');