diff pkg/imports/sr.go @ 5410:8b6018ed3ffd marking-single-beam

If doing SR imports, lock sounding_results_marking_points table, too.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 07 Jul 2021 09:29:06 +0200
parents 850f5847d18a
children 9822a840d668
line wrap: on
line diff
--- a/pkg/imports/sr.go	Wed Jul 07 09:24:17 2021 +0200
+++ b/pkg/imports/sr.go	Wed Jul 07 09:29:06 2021 +0200
@@ -106,7 +106,8 @@
 
 func (srJobCreator) Depends() [2][]string {
 	return [2][]string{
-		{"sounding_results", "sounding_results_iso_areas"},
+		{"sounding_results", "sounding_results_iso_areas",
+			"sounding_results_marking_points"},
 		{"bottlenecks"},
 	}
 }