From 66f05c1e758a41f43398391e1043d0e8a78007c0 Mon Sep 17 00:00:00 2001 From: tommy Date: Thu, 11 Jun 2026 13:25:08 +0800 Subject: [PATCH] report permission --- .../20260611_01_codex/01_add_report_management_authority.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main/resources/db/changelog/changes/20260611_01_codex/01_add_report_management_authority.sql diff --git a/src/main/resources/db/changelog/changes/20260611_01_codex/01_add_report_management_authority.sql b/src/main/resources/db/changelog/changes/20260611_01_codex/01_add_report_management_authority.sql new file mode 100644 index 0000000..0865cb7 --- /dev/null +++ b/src/main/resources/db/changelog/changes/20260611_01_codex/01_add_report_management_authority.sql @@ -0,0 +1,3 @@ +-- liquibase formatted sql +-- changeset codex:add report management authority +INSERT INTO `fpsmsdb`.`authority` (`authority`, `name`) VALUES ('REPORT_MGMT', '報告管理');