Add ANSCR to default cn_source list.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Ryan Higgins 2008-05-25 01:21:56 -05:00 committed by Joshua Ferraro
parent 1aa00400c4
commit 561e9437eb

View 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');