changeset 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 9be18803268d
children dd83c2dfffc9
files pkg/imports/fm.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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,
 				),