fixed bug: mobile chat list could not update chat title

This commit is contained in:
RockYang
2024-06-25 09:53:08 +08:00
parent 4905fb28d4
commit d63536d5ef
3 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `chatgpt_chat_models` CHANGE `power` `power` SMALLINT NOT NULL COMMENT '消耗算力点数';