Skip to content

Commit 3379f4a

Browse files
committed
[代码优化](v2.5): update code_ 相关表字段调整.sql
close elunez#422
1 parent cee42e3 commit 3379f4a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

eladmin-system/src/main/resources/config/application-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ generator:
8888
#是否开启 swagger-ui
8989
swagger:
9090
enabled: true
91-
# IP 本地解析
9291

92+
# IP 本地解析
9393
ip:
9494
local-parsing: true
9595

sql/code_ 相关表字段调整.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ alter table code_gen_config CHANGE id config_id BIGINT(20) AUTO_INCREMENT COMMEN
33
-- code_gen_config end --
44

55
-- code_column_config 表改动 start --
6-
alter table code_column_config CHANGE id config_idcolumn_id BIGINT(20) AUTO_INCREMENT COMMENT 'ID';
6+
alter table code_column_config CHANGE id column_id BIGINT(20) AUTO_INCREMENT COMMENT 'ID';
77
-- code_column_config end --

0 commit comments

Comments
 (0)