Skip to content

Commit

Permalink
增量升级脚步语法错误修复
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Dec 15, 2020
1 parent b6a3085 commit 3cb8845
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion jeecg-boot/db/增量SQL/2.3升级到2.4增量mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CREATE TABLE `sys_third_account` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

ALTER TABLE `sys_user`
DROP COLUMN `third_id`
DROP COLUMN `third_id`,
DROP COLUMN `third_type`;

update sys_permission set component = 'examples/list/UserList' where id = '05b3c82ddb2536a4a5ee1a4c46b5abef';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*/
@Slf4j
@SpringBootApplication
//@EnableAutoConfiguration(exclude={org.activiti.spring.boot.SecurityAutoConfiguration.class})
public class JeecgSystemApplication extends SpringBootServletInitializer {

@Override
Expand Down

0 comments on commit 3cb8845

Please sign in to comment.