Skip to content

Commit 27c4653

Browse files
committed
fix: แก้ชื่อ role ใน database script
1 parent 30c8c91 commit 27c4653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aods_dev_v3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ EXECUTE FUNCTION aods_dev_v3.fn_sync_cds_is_use();
10781078
INSERT INTO roles (rol_name, rol_access_level) VALUES
10791079
('system', 4),
10801080
('admin', 3),
1081-
('security officer', 2),
1081+
('security team', 2),
10821082
('staff', 1);
10831083

10841084
-- Users (ใส่ user system เป็นค่า default)

0 commit comments

Comments
 (0)