mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-29 04:14:20 +08:00
(improvement)(auth)Initialize users and maintain compatibility with previous users. (#1117)
This commit is contained in:
@@ -319,4 +319,7 @@ alter table s2_model add column `ext` varchar(1000) DEFAULT NULL;
|
||||
alter table s2_sys_parameter rename to s2_system_config;
|
||||
|
||||
--20240603
|
||||
alter table s2_chat_query add column `parse_time_cost` varchar(1024);
|
||||
alter table s2_chat_query add column `parse_time_cost` varchar(1024);
|
||||
|
||||
--20240609
|
||||
alter table s2_user add column `salt` varchar(256) DEFAULT NULL COMMENT 'md5密码盐';
|
||||
Reference in New Issue
Block a user