-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
28 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
continew-admin-webapi/src/main/resources/db/changelog/postgresql/continew-admin_column.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1 @@ | ||
-- liquibase formatted sql | ||
|
||
-- changeset Charles7c:3.3-1 | ||
ALTER TABLE "gen_field_config" ADD COLUMN "dict_code" varchar(30) DEFAULT NULL; | ||
COMMENT ON COLUMN "gen_field_config"."dict_code" IS '字典编码'; | ||
|
||
-- changeset Charles7c:3.3-2 | ||
ALTER TABLE "sys_role" | ||
ADD COLUMN "menu_check_strictly" bool DEFAULT false, | ||
ADD COLUMN "dept_check_strictly" bool DEFAULT false; | ||
COMMENT ON COLUMN "sys_role"."menu_check_strictly" IS '菜单选择是否父子节点关联'; | ||
COMMENT ON COLUMN "sys_role"."dept_check_strictly" IS '部门选择是否父子节点关联'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters