Add ANSCR to default cn_source list.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
1aa00400c4
commit
561e9437eb
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue