diff pkg/imports/st.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 9538a0aeacde
line wrap: on
line diff
--- a/pkg/imports/st.go	Thu May 09 15:42:21 2019 +0200
+++ b/pkg/imports/st.go	Thu May 09 15:50:07 2019 +0200
@@ -51,7 +51,7 @@
 func (stJobCreator) Depends() [2][]string {
 	return [2][]string{
 		{"stretches", "stretch_countries"},
-		{},
+		{"distance_marks_virtual", "waterway_axis", "waterway_area"},
 	}
 }