changeset 1895:048580ec843d

Fixed RLS for stretches table.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 18 Jan 2019 12:11:50 +0100
parents d72a1539ef3c
children 5f2510523b9c
files schema/auth.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/schema/auth.sql	Fri Jan 18 12:00:59 2019 +0100
+++ b/schema/auth.sql	Fri Jan 18 12:11:50 2019 +0100
@@ -78,7 +78,7 @@
 BEGIN
     FOREACH the_table IN ARRAY ARRAY[
         'gauge_measurements',
-        'sections_stretches',
+        'stretches',
         'waterway_profiles',
         'fairway_dimensions',
         'bottlenecks',