comparison 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
comparison
equal deleted inserted replaced
3223:9e087a495f41 3224:bfde4f8dd323
49 func (stJobCreator) Create() Job { return new(Stretch) } 49 func (stJobCreator) Create() Job { return new(Stretch) }
50 50
51 func (stJobCreator) Depends() [2][]string { 51 func (stJobCreator) Depends() [2][]string {
52 return [2][]string{ 52 return [2][]string{
53 {"stretches", "stretch_countries"}, 53 {"stretches", "stretch_countries"},
54 {}, 54 {"distance_marks_virtual", "waterway_axis", "waterway_area"},
55 } 55 }
56 } 56 }
57 57
58 const ( 58 const (
59 stDeleteSQL = ` 59 stDeleteSQL = `