Explorar el Código

report permission

production
tommy hace 1 semana
padre
commit
66f05c1e75
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      src/main/resources/db/changelog/changes/20260611_01_codex/01_add_report_management_authority.sql

+ 3
- 0
src/main/resources/db/changelog/changes/20260611_01_codex/01_add_report_management_authority.sql Ver fichero

@@ -0,0 +1,3 @@
-- liquibase formatted sql
-- changeset codex:add report management authority
INSERT INTO `fpsmsdb`.`authority` (`authority`, `name`) VALUES ('REPORT_MGMT', '報告管理');

Cargando…
Cancelar
Guardar