# HG changeset patch # User Sascha L. Teichmann # Date 1547032047 -3600 # Node ID 3adb834ed55e08928c787ae0ef15f3393cb61071 # Parent 9e1abe157e478861d4adddd2067c600c17fdf001 Import extra attributes: Use right id column. diff -r 9e1abe157e47 -r 3adb834ed55e pkg/controllers/importconfig.go --- a/pkg/controllers/importconfig.go Wed Jan 09 11:53:10 2019 +0100 +++ b/pkg/controllers/importconfig.go Wed Jan 09 12:07:27 2019 +0100 @@ -65,7 +65,7 @@ deleteImportConfiguationAttributesSQL = ` DELETE FROM waterway.import_configuration_attributes -WHERE id = $1` +WHERE import_configuration_id = $1` deleteImportConfiguationSQL = ` DELETE FROM waterway.import_configuration