Skip to content

Commit 560b322

Browse files
authored
Merge pull request #532 from Strangevy/dev_v3.0.0
Modify the default value of logi_security_oplog.operation_methods
2 parents 7699acf + effe17a commit 560b322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

km-dist/init/sql/ddl-logi-security.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ CREATE TABLE `logi_security_oplog`
3939
operate_type varchar(16) not null comment '操作类型',
4040
target_type varchar(16) not null comment '对象分类',
4141
target varchar(20) not null comment '操作对象',
42-
operation_methods varchar(20) not null comment '操作方式',
42+
operation_methods varchar(20) not null default '' comment '操作方式',
4343
detail text null comment '日志详情',
4444
create_time timestamp default CURRENT_TIMESTAMP null,
4545
update_time timestamp default CURRENT_TIMESTAMP null on update CURRENT_TIMESTAMP comment '更新时间',

0 commit comments

Comments
 (0)