Koha/installer/data/mysql/uk-UA/optional/sample_user_suggestions.sql
Serhij Dubyk {Сергій Дубик} ce2561441c Bug 18537 - Update Ukrainian installer sample files for 17.05
Update and translate sample SQL files of the Ukrainian installer.

To test:
- Start with an empty database
- Install uk-UA
- Run the web installer in uk-UA/Ukrainian
- Verify all files load without any problems.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2017-08-30 14:59:02 -03:00

10 lines
772 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 suggestions;
INSERT INTO suggestions
(suggestionid, suggestedby, suggesteddate, managedby, manageddate, acceptedby, accepteddate, rejectedby, rejecteddate, STATUS,
note, author, title, copyrightdate, publishercode, date, volumedesc, publicationyear, place, isbn, biblionumber, reason, patronreason,
budgetid, branchcode, collectiontitle, itemtype, quantity, currency, price, total) VALUES
(1, 0, '2016-11-01 23:07:23',NULL,NULL, NULL, NULL, NULL, NULL, 'ASKED',
'потрібна для УКЕ','','Міфи нашого часу',2008,'Час','2008-05-01 08:02:26',NULL,2008, NULL, NULL, NULL, "", "",
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);