mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-05-06 17:24:20 +08:00
(fix)(launcher)Fix database initialization script of mysql and psotgresql.
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
-- clear data if already exists
|
||||
DELETE FROM s2_user;
|
||||
DELETE FROM s2_available_date_info;
|
||||
DELETE FROM s2_canvas;
|
||||
|
||||
-- sample user
|
||||
-- The default value for the password is 123456
|
||||
INSERT INTO s2_user (`name`, password, salt, display_name, email, is_admin) values ('admin','c3VwZXJzb25pY0BiaWNvbdktJJYWw6A3rEmBUPzbn/6DNeYnD+y3mAwDKEMS3KVT','jGl25bVBBBW96Qi9Te4V3w==','admin','admin@xx.com', 1);
|
||||
|
||||
Reference in New Issue
Block a user