ソースを参照

update sql

tags/Baseline_30082024_BACKEND_UAT
cyril.tsui 1年前
コミット
9568fd7df7
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/main/resources/db/changelog/changes/20240715_01_cyril/01_update_authority.sql

+ 1
- 1
src/main/resources/db/changelog/changes/20240715_01_cyril/01_update_authority.sql ファイルの表示

@@ -1,7 +1,7 @@
-- liquibase formatted sql
-- changeset cyril:authority, user_authority

UPDATE tsmsdb.authority
UPDATE authority
SET authority='GENERATE_LATE_START_REPORT',name='Generate Late Start Report'
WHERE id=17;



読み込み中…
キャンセル
保存