diff pkg/imports/bn.go @ 3224:bfde4f8dd323

Add missing table dependencies of imports with area generation
author Tom Gottfried <tom@intevation.de>
date Thu, 09 May 2019 15:50:07 +0200
parents 4acbee65275d
children ec6163c6687d
line wrap: on
line diff
--- a/pkg/imports/bn.go	Thu May 09 15:42:21 2019 +0200
+++ b/pkg/imports/bn.go	Thu May 09 15:50:07 2019 +0200
@@ -107,7 +107,7 @@
 func (bnJobCreator) Depends() [2][]string {
 	return [2][]string{
 		{"bottlenecks", "bottlenecks_riverbed_materials"},
-		{"gauges"},
+		{"gauges", "distance_marks_virtual", "waterway_axis", "waterway_area"},
 	}
 }