Skip to content

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hanchuanchuan committed Jul 20, 2019
1 parent 121cb2b commit 5857755
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# goInception 更新日志


## [v1.0.1] - 2019-7-20

### Fix
* 修复must_have_columns参数列类型的大小写兼容问题

### New Features
* 添加alter table rename index语法支持
* 添加参数 `enable_zero_date` ,设置是否支持时间为0值,关闭时强制报错。默认值为 `true` (#55)
* 添加参数 `enable_timestamp_type` ,设置是否允许 `timestamp` 类型字段
* 添加 `mysql 5.5` 版本审核支持

### Update
* 优化modify column列信息逻辑保存
* 优化列属性的键定义逻辑保存


## [v1.0] - 2019-7-15

### Fix
Expand Down

0 comments on commit 5857755

Please sign in to comment.