Skip to content

Commit 4b63abe

Browse files
committed
API: Add missing views to SQL GRANT statement
Otherwise, the API will fail.
1 parent 0880728 commit 4b63abe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/website/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@
127127
postgresql_privs:
128128
role: openrailwaymap
129129
type: table
130-
objs: openrailwaymap_ref,openrailwaymap_facilities_for_search
130+
objs: openrailwaymap_ref,openrailwaymap_facilities_for_search,openrailwaymap_milestones,openrailwaymap_tracks_with_ref
131131
privs: 'SELECT'
132132
database: '{{ osm_dbname }}'

0 commit comments

Comments
 (0)