-
Notifications
You must be signed in to change notification settings - Fork 205
upgrade v3.2411.0 to v3.2412.0 #2856
LordofAvernus
started this conversation in
Upgrade
-
不兼容的变更内容
新版本的SQLE做了非兼容性变更,旧的SQLE升级到新SQLE需要额外的手动升级操作。相关issue:
#2790
版本升级方案
当前版本升级只需要调整SQLE的数据库,假设sqle库名称为sqle,执行如下SQL
ALTER TABLE sqle.sql_manage_record_processes ADD last_audit_time datetime(3) NULL; UPDATE sqle.sql_manage_record_processes AS p JOIN sqle.sql_manage_records AS r ON p.sql_manage_record_id = r.id SET p.last_audit_time = r.updated_at;
更新内容
- sql管控记录字段新增最新审核时间
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment