Koha/installer/data/mysql/uk-UA/optional/example_branches.sql
Galen Charlton 1cfb7a6886 fixed permissions on ru-RU and uk-UA installer SQL files
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-05-21 06:52:59 -05:00

6 lines
863 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

TRUNCATE branches;
INSERT INTO `branches` (`branchcode`, `branchname`, `branchaddress1`, `branchaddress2`, `branchaddress3`, `branchphone`, `branchfax`, `branchemail`, `issuing`, `branchip`, `branchprinter`) VALUES ('LNSL','Львівська національна наукова бібліотека ім. В. Стефаника НАНУ','Україна, Львів, вул. Стефаника 2','','','','','library@library.lviv.ua',NULL,'','');
INSERT INTO `branches` (`branchcode`, `branchname`, `branchaddress1`, `branchaddress2`, `branchaddress3`, `branchphone`, `branchfax`, `branchemail`, `issuing`, `branchip`, `branchprinter`) VALUES ('STL','Науково-технічна бібліотека Тернопільського державного технічного університету ім. Ів Пулюя','','','','','','',NULL,'','');