This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-backend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
report permission
production
tommy
3 weeks ago
parent
e438ae1d29
commit
66f05c1e75
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View File
@@ -0,0 +1,3 @@
-- liquibase formatted sql
-- changeset codex:add report management authority
INSERT INTO `fpsmsdb`.`authority` (`authority`, `name`) VALUES ('REPORT_MGMT', '報告管理');
Write
Preview
Loading…
Cancel
Save