This website works better with JavaScript.
Home
Explore
Help
Sign In
davidhui
/
TSMS-backend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
update sql
tags/Baseline_30082024_BACKEND_UAT
cyril.tsui
1 year ago
parent
6241575415
commit
9568fd7df7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
-- changeset cyril:authority, user_authority
UPDATE
tsmsdb.
authority
UPDATE authority
SET authority='GENERATE_LATE_START_REPORT',name='Generate Late Start Report'
WHERE id=17;
Write
Preview
Loading…
Cancel
Save