From ab7171463af2f71661e186743a80be29505e2557 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Fri, 20 May 2022 18:21:11 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.2.2=E3=80=91=E7=BB=84=E7=BB=87?= =?UTF-8?q?=E6=9C=BA=E6=9E=84=E8=A1=A8=E5=8A=A0=E4=B8=AA=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mysql/V7.2.2_20220520_1820__update_org_add_type.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/main/resources/db/migration/mysql/V7.2.2_20220520_1820__update_org_add_type.sql diff --git a/src/main/resources/db/migration/mysql/V7.2.2_20220520_1820__update_org_add_type.sql b/src/main/resources/db/migration/mysql/V7.2.2_20220520_1820__update_org_add_type.sql new file mode 100644 index 00000000..91c8d658 --- /dev/null +++ b/src/main/resources/db/migration/mysql/V7.2.2_20220520_1820__update_org_add_type.sql @@ -0,0 +1 @@ +ALTER TABLE `hr_organization` ADD COLUMN `org_type` tinyint(4) NULL DEFAULT 1 COMMENT '组织机构类型:1-公司,2-部门' AFTER `status_flag`; \ No newline at end of file