Koha/installer/data/mysql/en/optional/sample_libraries.sql
Joshua Ferraro 498e69d183 improving sample data for English
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-30 17:00:42 -06:00

19 lines
696 B
SQL

-- INSERT INTO branchcategories ( `categorycode`,`categoryname`,`codedescription`) VALUES
INSERT INTO branches ( `branchcode`,`branchname`,`branchaddress1`) VALUES
('MPL','Midway','372 Forest Street'),
('SPL','Springfield','Highland Boulevard'),
('RPL','Riverside','Johnson Terrace'),
('CPL','Centerville','Jefferson Summit'),
('FPL','Fairview','Hickory Squere'),
('FFL','Fairfield','River Station'),
('IPT','Institut Protestant de Théologie',''),
('PVL','Pleasant Valley','Meadow Grove'),
('TPL','Troy','Valley Way'),
('FRL','Franklin','Smith Heights'),
('LPL','Liberty','East Hills'),
('UPL','Union','Chestnut Hollow')
;
-- INSERT INTO branchrelations ( `branchcode`,`categorycode`) VALUES