Skip to content

Commit

Permalink
use uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWaterLW committed Aug 25, 2023
1 parent 111b0a9 commit 377dd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqle/driver/mysql/rule/rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ var RuleHandlers = []RuleHandler{
Rule: driverV2.Rule{
Name: DDLCheckUniqueIndexPrefix,
Desc: "UNIQUE索引必须使用固定前缀",
Annotation: "通过配置该规则可以规范指定业务的unique索引命名规则,具体命名规范可以自定义设置,默认提示值:uniq_",
Annotation: "通过配置该规则可以规范指定业务的UNIQUE索引命名规则,具体命名规范可以自定义设置,默认提示值:uniq_",
Level: driverV2.RuleLevelError,
Category: RuleTypeNamingConvention,
//Value: "uniq_",
Expand Down

0 comments on commit 377dd54

Please sign in to comment.