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

Create admin.sql

This commit is contained in:
abeudin 2014-06-24 21:22:54 +02:00
parent c6f2bff653
commit 26b7a3bf1d

1
conf/admin.sql Normal file
View file

@ -0,0 +1 @@
INSERT INTO user(id,username,fullname,access) VALUES("", "yunadmin", "yunoadmin", "100");