Mercurial > dive4elements > river
diff flys-aft/src/main/resources/sql/flys-common.properties @ 4076:039413d7e394
Load gauges from both dbs.
flys-aft/trunk@3436 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 16 Dec 2011 11:26:12 +0000 |
parents | dbd0b3b1b8b8 |
children | 067341e86375 |
line wrap: on
line diff
--- a/flys-aft/src/main/resources/sql/flys-common.properties Wed Dec 14 17:53:15 2011 +0000 +++ b/flys-aft/src/main/resources/sql/flys-common.properties Fri Dec 16 11:26:12 2011 +0000 @@ -1,1 +1,2 @@ select.river = SELECT id, name FROM rivers +select.gauges = SELECT id, name FROM gauges WHERE river_id = :river_id