Skip to content

Commit

Permalink
fix: ut rule DDLCheckColumnEnumNotice offline failed
Browse files Browse the repository at this point in the history
  • Loading branch information
littleniannian committed Dec 25, 2024
1 parent 6fb1740 commit 16e06a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqle/driver/mysql/rule/rule_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ var sourceRuleHandlers = []*SourceHandler{
Annotation: plocale.DDLCheckColumnEnumNoticeAnnotation,
Level: driverV2.RuleLevelNotice,
Category: plocale.RuleTypeDDLConvention,
AllowOffline: false,
AllowOffline: true,
},
Message: plocale.DDLCheckColumnEnumNoticeMessage,
Func: checkColumnEnumNotice,
Expand Down

0 comments on commit 16e06a9

Please sign in to comment.