# HG changeset patch # User Sascha L. Teichmann # Date 1625642946 -7200 # Node ID 8b6018ed3ffd7c1d408fc7a9ce9df115322d25b1 # Parent d668ccc7d12c60a2d33b38cba434c4e18e4cba5a If doing SR imports, lock sounding_results_marking_points table, too. diff -r d668ccc7d12c -r 8b6018ed3ffd pkg/imports/sr.go --- 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"}, } }