mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-13 20:53:42 +08:00
8 lines
189 B
SQL
8 lines
189 B
SQL
-- 默认开启本地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; |