mirror of
https://github.com/YunoHost-Apps/ampache_ynh.git
synced 2024-09-03 18:15:55 +02:00
Update admin.sql
This commit is contained in:
parent
6ed19b3f26
commit
26d06a6758
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
INSERT INTO user(id,username,fullname,access) VALUES("", "__ADMIN__", "__ADMIN__", "100");
|
||||
INSERT INTO user(id,username,fullname,access) VALUES(NULL, "__ADMIN__", "__ADMIN__", "100");
|
||||
|
||||
UPDATE `user_preference` SET `value` = 'en_US' WHERE `preference` = 31 ;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue