Merge branch 'master' into docker_package

This commit is contained in:
wangliwen 2022-08-12 16:26:37 +08:00
commit 20436f27dc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ALTER TABLE `share_platform`.`tb_data_resource`
ALTER TABLE `tb_data_resource`
ADD COLUMN `pin_top` int NULL COMMENT '是否置顶' ,
ADD COLUMN `pin_top_time` datetime NULL COMMENT '置顶操作时间';