mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-01-15 15:11:15 +08:00
[release](project)update version 0.7.4 backend (#66)
This commit is contained in:
@@ -45,4 +45,8 @@ alter table s2_database add column viewer varchar(500);
|
||||
alter table s2_database drop column domain_id;
|
||||
|
||||
--20230831
|
||||
alter table s2_chat add column agent_id int after chat_id;
|
||||
alter table s2_chat add column agent_id int after chat_id;
|
||||
|
||||
--20230907
|
||||
|
||||
ALTER TABLE s2_model add alias varchar(200) default null after domain_id;
|
||||
Reference in New Issue
Block a user