3.4.3 版本发布,低代码功能专项升级

pull/4164/head
zhangdaiscott 2 years ago
parent 63af9e4ca9
commit 6aa9fff66d

@ -0,0 +1,6 @@
ALTER TABLE `onl_cgform_field`
MODIFY COLUMN `field_show_type` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '' AFTER `dict_text`;
ALTER TABLE `onl_cgform_field`
ADD COLUMN `db_is_persist` tinyint(1) NULL COMMENT ' 10' AFTER `db_is_null`;
update onl_cgform_field set db_is_persist = 1;

@ -222,7 +222,7 @@
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>hibernate-re</artifactId>
<version>3.2.2</version>
<version>3.4.3-beta</version>
</dependency>
<!-- 七牛云SDK -->

Loading…
Cancel
Save