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', '報告管理');