[PATCH] Comments changed for vegetation_zone.min/max..days

Wald Commits scm-commit at wald.intevation.org
Fri Sep 28 18:03:06 CEST 2018


# HG changeset patch
# User mschaefer
# Date 1538150572 -7200
# Node ID 056483975a9cbf47ef1d092b605c2114f2d02ebc
# Parent  a7f75d61a634f2e22cb58e920ac56ac2068f22ae
Comments changed for vegetation_zone.min/max..days

diff -r a7f75d61a634 -r 056483975a9c backend/doc/schema/oracle-sinfo-uinfo.sql
--- a/backend/doc/schema/oracle-sinfo-uinfo.sql	Fri Sep 28 17:49:19 2018 +0200
+++ b/backend/doc/schema/oracle-sinfo-uinfo.sql	Fri Sep 28 18:02:52 2018 +0200
@@ -468,8 +468,8 @@
 );
 
 COMMENT ON TABLE vegetation_zone IS 'Vegetation zone of a river station' ;
-COMMENT ON COLUMN vegetation_zone.min_overflow_days IS 'Minimum number (inclusive) of overflow days in a year for the zone type' ;
-COMMENT ON COLUMN vegetation_zone.max_overflow_days IS 'Maximum number (exclusive) of overflow days in a year for the zone type' ;
+COMMENT ON COLUMN vegetation_zone.min_overflow_days IS 'Minimum number (exclusive) of overflow days in a year for the zone type' ;
+COMMENT ON COLUMN vegetation_zone.max_overflow_days IS 'Maximum number (inclusive) of overflow days in a year for the zone type' ;
 COMMENT ON COLUMN vegetation_zone.color_r IS 'Red value (0-255) of the zone color' ;
 COMMENT ON COLUMN vegetation_zone.color_g IS 'Green value (0-255) of the zone color' ;
 COMMENT ON COLUMN vegetation_zone.color_b IS 'Blue value (0-255) of the zone color' ;
diff -r a7f75d61a634 -r 056483975a9c backend/doc/schema/postgresql-sinfo-uinfo.sql
--- a/backend/doc/schema/postgresql-sinfo-uinfo.sql	Fri Sep 28 17:49:19 2018 +0200
+++ b/backend/doc/schema/postgresql-sinfo-uinfo.sql	Fri Sep 28 18:02:52 2018 +0200
@@ -464,8 +464,8 @@
 );
 
 COMMENT ON TABLE vegetation_zone IS 'Vegetation zone of a river station' ;
-COMMENT ON COLUMN vegetation_zone.min_overflow_days IS 'Minimum number (inclusive) of overflow days in a year for the zone type' ;
-COMMENT ON COLUMN vegetation_zone.max_overflow_days IS 'Maximum number (exclusive) of overflow days in a year for the zone type' ;
+COMMENT ON COLUMN vegetation_zone.min_overflow_days IS 'Minimum number (exclusive) of overflow days in a year for the zone type' ;
+COMMENT ON COLUMN vegetation_zone.max_overflow_days IS 'Maximum number (inclusive) of overflow days in a year for the zone type' ;
 COMMENT ON COLUMN vegetation_zone.color_r IS 'Red value (0-255) of the zone color' ;
 COMMENT ON COLUMN vegetation_zone.color_g IS 'Green value (0-255) of the zone color' ;
 COMMENT ON COLUMN vegetation_zone.color_b IS 'Blue value (0-255) of the zone color' ;


More information about the Dive4Elements-commits mailing list