소스 검색

add precon

production
tommy 1 주 전
부모
커밋
2987847917
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      src/main/resources/db/changelog/changes/20260611_01_codex/01_add_report_management_authority.sql

+ 2
- 0
src/main/resources/db/changelog/changes/20260611_01_codex/01_add_report_management_authority.sql 파일 보기

@@ -1,3 +1,5 @@
-- liquibase formatted sql -- liquibase formatted sql
-- changeset codex:add report management authority -- changeset codex:add report management authority
-- preconditions onFail:MARK_RAN
-- precondition-sql-check expectedResult:0 SELECT COUNT(*) FROM authority WHERE authority = 'REPORT_MGMT'
INSERT INTO `fpsmsdb`.`authority` (`authority`, `name`) VALUES ('REPORT_MGMT', '報告管理'); INSERT INTO `fpsmsdb`.`authority` (`authority`, `name`) VALUES ('REPORT_MGMT', '報告管理');

불러오는 중...
취소
저장