comparison schema/auth.sql @ 1636:37ee25bc2bbe

Updated database schema for gauge meaurement imports.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 20 Dec 2018 12:05:30 +0100
parents f6218f11062a
children eeb291c3f9b0
comparison
equal deleted inserted replaced
1635:ca48145dba9c 1636:37ee25bc2bbe
75 DO LANGUAGE plpgsql 75 DO LANGUAGE plpgsql
76 $$ 76 $$
77 DECLARE the_table varchar; 77 DECLARE the_table varchar;
78 BEGIN 78 BEGIN
79 FOREACH the_table IN ARRAY ARRAY[ 79 FOREACH the_table IN ARRAY ARRAY[
80 'gauge_measurements', 80 -- 'gauge_measurements', XXX Removed since this table has currently no
81 -- staging
81 'sections_stretches', 82 'sections_stretches',
82 'waterway_profiles', 83 'waterway_profiles',
83 'fairway_dimensions', 84 'fairway_dimensions',
84 'bottlenecks', 85 'bottlenecks',
85 'sounding_results'] 86 'sounding_results']