Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions db/app_wf1_prev-changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2020,6 +2020,29 @@
"rollback": [
]
}
},
{
"changeSet": {
"id": "01_02_00_03",
"author": "sparmar",
"tagDatabase": { "tag": "version_01_02_00_03" },
"changes": [
{
"sqlFile": {
"dbms": "postgresql", "endDelimiter": ";",
"path": "scripts/01_02_00/03/grants/app_wf1_prev.grants.project_download_views.sql"
}
},
{
"sqlFile": {
"dbms": "postgresql", "endDelimiter": ";",
"path": "scripts/01_02_00/03/grants/proxy.grants.project_download_views.sql"
}
}
],
"rollback": [
]
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
GRANT SELECT ON wfprev.project_fuel_management_vw TO app_wf1_prev_rest_proxy;
GRANT SELECT ON wfprev.project_crx_vw TO app_wf1_prev_rest_proxy;
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
GRANT SELECT ON wfprev.project_fuel_management_vw TO proxy_wf1_prev_rest;
GRANT SELECT ON wfprev.project_crx_vw TO proxy_wf1_prev_rest;
Loading