1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ampache_ynh.git synced 2024-09-03 18:15:55 +02:00

Change admin default language to English

This commit is contained in:
Steven Roose 2015-08-07 23:23:57 +02:00
parent aee7289358
commit f53364446d

View file

@ -1,6 +1,6 @@
INSERT INTO user(id,username,fullname,access) VALUES("", "yunoadmin", "yunoadmin", "100");
UPDATE `user_preference` SET `value` = 'fr_FR' WHERE `preference` = 31 ;
UPDATE `user_preference` SET `value` = 'en_US' WHERE `preference` = 31 ;
SET @lastid = LAST_INSERT_ID();
@ -14,7 +14,7 @@ INSERT INTO `user_preference` (`user`, `preference`, `value`) VALUES
(@lastid, 25, '80'),
(@lastid, 41, 'mpd'),
(@lastid, 29, 'web_player'),
(@lastid, 31, 'fr_FR'),
(@lastid, 31, 'en_US'),
(@lastid, 32, 'm3u'),
(@lastid, 33, 'reborn'),
(@lastid, 34, '27'),