Sfoglia il codice sorgente

report permission

production
tommy 1 settimana fa
parent
commit
66f05c1e75
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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 Vedi File

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

Caricamento…
Annulla
Salva