Skip to content

Commit

Permalink
Merge pull request #831 from zze326/patch-1
Browse files Browse the repository at this point in the history
fix: 修复结构体缺失 DDLAllowMultiAlter 字段导致前端该项配置一直处于禁用状态的问题
  • Loading branch information
cookieY authored Jun 30, 2023
2 parents b95c1e8 + 3a6685b commit 5de68e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ type AuditRole struct {
DDLMultiToCommit bool //是否允许一个工单内有多条DDL语句
DDLPrimaryKeyMust bool //是否强制主键名为id
DDLAllowColumnType bool // ddl语句允许更改字段类型
DDLAllowMultiAlter bool // ddl语句允许多个alter语句
DDLImplicitTypeConversion bool
DDLAllowPRINotInt bool
DDLEnableForeignKey bool // 允许外键
Expand Down

0 comments on commit 5de68e4

Please sign in to comment.