Browse Source

update sql

tags/Baseline_30082024_BACKEND_UAT
cyril.tsui 1 year ago
parent
commit
9568fd7df7
1 changed files with 1 additions and 1 deletions
  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 View File

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


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




Loading…
Cancel
Save