Merge pull request #217 from seven-ocean/feature/aihuman

添加数字人菜单sql,建表语句sql
This commit is contained in:
ageerle
2025-10-10 11:06:38 +08:00
committed by GitHub

View 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;