-
Notifications
You must be signed in to change notification settings - Fork 205
upgrade v2.2302.0 to v2.2303.0 #1410
ColdWaterLW
started this conversation in
Upgrade
-
版本升级方案
新版本的SQLE workflows表字段类型有变更,旧的SQLE升级到新SQLE需要手动修改字段类型, 修改方式:
- 登入SQLE存储元数据的数据库
- 假设SQLE业务库名为"sqle",执行如下SQL:
ALTER TABLE workflows MODIFY `desc` varchar(3000);
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