1
0
Fork 0
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:
Kayou 2020-03-21 01:25:28 +01:00 committed by GitHub
parent 6ed19b3f26
commit 26d06a6758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ;