deploy-ease-platform/backend/src/main/resources/db/changelog/sql/20251209141300-01.sql

23 lines
1.1 KiB
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- --------------------------------------------------------------------------------------
-- 系统版本发布记录 - v1.1
-- 功能记录Jenkins日志优化版本
-- 作者qqchen
-- 日期2025-12-09 14:13
-- --------------------------------------------------------------------------------------
-- 插入 1.1 日志优化发布记录
INSERT INTO system_release (
create_by, create_time, update_by, update_time, version, deleted,
release_version, module, release_date, changes, notified, delay_minutes, estimated_duration, enable_auto_shutdown
)
VALUES (
'system', NOW(), 'system', NOW(), 1, 0,
1.15, 'ALL', NOW(),
'【前端】
- 告警规则表单优化:数字输入框使用本地状态管理,解决清空后回退到默认值问题
- 规则范围选择器优化升级为带搜索的Popover组件支持服务器名称/IP搜索数据加载改用列表接口
- SSH终端连接状态修复调整初始状态为 ''connecting'',确保打开终端时正常显示连接生命周期(连接中→已连接)
',
0, NULL, NULL, 0
);