changeset 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 d668ccc7d12c
children 9822a840d668
files pkg/imports/sr.go
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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"},
 	}
 }