Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
shuaje committed May 19, 2018
1 parent 7973d0b commit 4cd3257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<other.jar>ali*.jar</other.jar>
<!-- 编码 -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<ibase4j.version>3.3.1</ibase4j.version>
<ibase4j.version>3.3.2</ibase4j.version>
<!-- spring版本号 -->
<spring.version>5.0.2.RELEASE</spring.version>
<spring-data-redis.version>2.0.5.RELEASE</spring-data-redis.version>
Expand Down
2 changes: 1 addition & 1 deletion sqls/1.iBase4J.sql
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ CREATE TABLE IF NOT EXISTS `task_fire_log` (
CREATE TABLE `sys_lock` (
`key_` varchar(256) NOT NULL,
`name_` varchar(128) NOT NULL,
`expire_` int(6) NOT NULL,
`expire_second` int(6) NOT NULL,
`create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`key_`),
INDEX `expire_` (`expire_`),
Expand Down

0 comments on commit 4cd3257

Please sign in to comment.