Koha/installer/data/en/optional/library.sql
Joshua Ferraro 7988048ca9 moving sql data to installer directory
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-18 22:15:30 -05:00

10 lines
499 B
SQL

INSERT INTO `branches` (branchcode, branchname) VALUES ('MAIN','Main Library');
INSERT INTO `currency` (currency, rate) VALUES ('USD', 1.0);
INSERT INTO `z3950servers` (`host`, `port`, `db`, `userid`, `password`, `name`, `id`, `checked`, `rank`, `syntax`) VALUES
('z3950.loc.gov',7090,'Voyager','','','LIBRARY OF CONGRESS',1,1,2,'USMARC'),
('amicus.collectionscanada.ca',210,'NL','','','AMICUS',2,1,3,'USMARC'),
('66.213.78.76',9999,'NPLKoha','','','NELSONVILLE PUBLIC LIBRARY',3,0,4,'USMARC');