Mercurial > dive4elements > river
annotate flys-aft/src/main/resources/sql/flys-common.properties @ 4081:7a7b0f0cb653
Check if AFT gauges are in DIPS, too.
flys-aft/trunk@3456 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 16 Dec 2011 19:25:31 +0000 |
parents | 039413d7e394 |
children | 067341e86375 |
rev | line source |
---|---|
4075
dbd0b3b1b8b8
Sync each river.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4068
diff
changeset
|
1 select.river = SELECT id, name FROM rivers |
4076
039413d7e394
Load gauges from both dbs.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
4075
diff
changeset
|
2 select.gauges = SELECT id, name FROM gauges WHERE river_id = :river_id |