1.0.7版本升级

This commit is contained in:
暮光:城中城
2021-01-01 19:31:08 +08:00
parent 861762e005
commit 911410027d
18 changed files with 27 additions and 26 deletions

View File

@@ -29,7 +29,7 @@ zyplayer:
hostPort: 127.0.0.1:9200
scheme: http
# 版本和升级信息获取地址
version: 1.0.6
version: 1.0.7
upgradePropertiesUrl: https://gitee.com/zyplayer/zyplayer-doc/raw/master/upgrade.properties
# 系统根域名调试UI时需要使用同时需要在host文件里配置127.0.0.1 local.zyplayer.com
originDomainRegex: .*\.zyplayer\.com(:\d+|)$

View File

@@ -316,6 +316,7 @@ CREATE TABLE `wiki_page_file` (
`update_time` datetime NULL DEFAULT NULL COMMENT '',
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '0= 1=',
`download_num` int(11) NOT NULL DEFAULT 0 COMMENT '',
`file_size` bigint NULL COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
UNIQUE INDEX `uk_uuid`(`uuid`) USING BTREE COMMENT 'ID'
) ENGINE = InnoDB AUTO_INCREMENT = 15 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic;