Skip to content

Commit 3cb8845

Browse files
committed
增量升级脚步语法错误修复
1 parent b6a3085 commit 3cb8845

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

jeecg-boot/db/增量SQL/2.3升级到2.4增量mysql.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CREATE TABLE `sys_third_account` (
2323
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
2424

2525
ALTER TABLE `sys_user`
26-
DROP COLUMN `third_id`
26+
DROP COLUMN `third_id`,
2727
DROP COLUMN `third_type`;
2828

2929
update sys_permission set component = 'examples/list/UserList' where id = '05b3c82ddb2536a4a5ee1a4c46b5abef';

jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/JeecgSystemApplication.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
*/
2222
@Slf4j
2323
@SpringBootApplication
24-
//@EnableAutoConfiguration(exclude={org.activiti.spring.boot.SecurityAutoConfiguration.class})
2524
public class JeecgSystemApplication extends SpringBootServletInitializer {
2625

2726
@Override

0 commit comments

Comments
 (0)