diff pkg/imports/fm.go @ 4952:73652819c56e fairway-marks-import

Fix table name suffix
author Tom Gottfried <tom@intevation.de>
date Tue, 25 Feb 2020 13:41:48 +0100
parents 821ae20b6a20
children 7cc79c65a9e5
line wrap: on
line diff
--- a/pkg/imports/fm.go	Fri Feb 21 11:08:36 2020 +0100
+++ b/pkg/imports/fm.go	Tue Feb 25 13:41:48 2020 +0100
@@ -174,7 +174,7 @@
 			depends:     [2][]string{{"fairway_marks_bcnlat"}, {}},
 			newConsumer: newSQLConsumer(
 				prepareStmnts(
-					createInsertFMSQL("fm_bcnlat",
+					createInsertFMSQL("bcnlat",
 						"colour", "colpat", "condtn", "bcnshp", "catlam"),
 					insertBcnlatDirimpSQL,
 				),