Replies: 1 comment
-
老版本升级#410 缺陷修复到时数据库表与新版本不兼容,因此老版本升级需要在升级前在SQLE的库执行下面SQL alter table audit_plan_sqls_v2 add column fingerprint_md5 varchar(255) not null;
update audit_plan_sqls_v2 set fingerprint_md5=MD5(fingerprint);
alter table audit_plan_sqls_v2 add unique key uniq_audit_plan_sqls_v2_audit_plan_id_fingerprint_md5(audit_plan_id, fingerprint_md5);
alter table audit_plan_sqls_v2 drop index uniq_audit_plan_sqls_v2_audit_plan_id_fingerprint; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature
Improment
Bugfix
This discussion was created from the release v1.2203.0.
Beta Was this translation helpful? Give feedback.
All reactions