mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-13 20:53:42 +08:00
Merge pull request #180 from LM20230311/fix-upload-bucket
Fix upload bucket: 修复问答页面文件上传问题;
This commit is contained in:
8
script/sql/update/fix-upload-bucket.sql
Normal file
8
script/sql/update/fix-upload-bucket.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- 默认开启本地minio
|
||||
UPDATE `ruoyi-ai`.sys_oss_config t
|
||||
SET t.status = '1'
|
||||
WHERE t.oss_config_id = 4;
|
||||
|
||||
UPDATE `ruoyi-ai`.sys_oss_config t
|
||||
SET t.status = '0'
|
||||
WHERE t.oss_config_id = 1;
|
||||
Reference in New Issue
Block a user