[Developer] #424 fix ORDS protected object path

Refs #424
This commit is contained in:
devmrko
2026-06-23 12:04:44 +09:00
parent 923daa2a56
commit 127110e300
6 changed files with 25 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ USING (
SELECT 1 AS object_id,
'ADMIN' AS owner,
'CB_V_SEARCH_DOCUMENTS' AS object_name,
'cb-agent-security/vpd/documents' AS ords_path,
'cb-ords/cb-agent-security/vpd/documents' AS ords_path,
'Y' AS enabled_yn
FROM dual
) src