Add new fields into matter. Remove migrate20To30.

This commit is contained in:
zicla
2020-03-16 01:44:27 +08:00
parent 4611defe36
commit 7ff7907e11
8 changed files with 25 additions and 253 deletions

View File

@ -51,6 +51,21 @@ c. 在github上发布新版本。
3.更新tank-doc 下载内容
TO RELEASE
tank-3.1.0
1. Add prop column into tank31_matter
ALTER TABLE `tank`.`tank30_matter`
ADD COLUMN `prop` VARCHAR(1024) NULL DEFAULT '{}' AFTER `times`;
2. Remove Migrate 20To30
2019-10-13
tank-3.0.6
1. Fix the Bug of limit size.