ce2561441c
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>
10 lines
772 B
SQL
10 lines
772 B
SQL
-- 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);
|
||
|