Koha/installer/data/mysql/ru-RU/optional/example_branches.sql
Chris Cormack d0c692e896 Russian and Ukranian SQL files
(cherry picked from commit af505046af)

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-05-21 06:46:18 -05:00

6 lines
878 B
SQL
Executable file
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,'','');