# HG changeset patch # User Tom Gottfried # Date 1381841146 -7200 # Node ID 5e621410db0561cfd33de9911b83fdb1272993ff # Parent 78ea9d267f76808fbca2a2a0239d43e1126c9f69 Importer: skip historical discharge tables per default as they come via ETL. diff -r 78ea9d267f76 -r 5e621410db05 backend/contrib/import_river.sh --- a/backend/contrib/import_river.sh Tue Oct 15 10:11:38 2013 +0200 +++ b/backend/contrib/import_river.sh Tue Oct 15 14:45:46 2013 +0200 @@ -210,7 +210,7 @@ -Dflys.backend.importer.skip.flood.water=false \ -Dflys.backend.importer.skip.flood.protection=false \ -Dflys.backend.importer.skip.gauges=false \ - -Dflys.backend.importer.skip.historical.discharge.tables=false \ + -Dflys.backend.importer.skip.historical.discharge.tables=true \ -Dflys.backend.importer.skip.hyks=false \ -Dflys.backend.importer.skip.official.lines=false \ -Dflys.backend.importer.skip.prfs=true \ diff -r 78ea9d267f76 -r 5e621410db05 backend/contrib/run_hydr_morph.sh --- a/backend/contrib/run_hydr_morph.sh Tue Oct 15 10:11:38 2013 +0200 +++ b/backend/contrib/run_hydr_morph.sh Tue Oct 15 14:45:46 2013 +0200 @@ -33,7 +33,7 @@ IMPORTER_SKIP_FLOOD_WATER=false IMPORTER_SKIP_FLOOD_PROTECTION=false IMPORTER_SKIP_GAUGES=false -IMPORTER_SKIP_HISTORICAL_DISCHARGE_GAUGES=false +IMPORTER_SKIP_HISTORICAL_DISCHARGE_GAUGES=true IMPORTER_SKIP_HYKS=false IMPORTER_SKIP_OFFICIAL_LINES=false IMPORTER_SKIP_PRFS=false