diff options
Diffstat (limited to 'import_price_group.ktr')
| -rw-r--r-- | import_price_group.ktr | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/import_price_group.ktr b/import_price_group.ktr index ab567ae..ff969ce 100644 --- a/import_price_group.ktr +++ b/import_price_group.ktr @@ -607,6 +607,21 @@ <rename>group5</rename> <update>Y</update> </value> + <value> + <name>group6</name> + <rename>group6</rename> + <update>Y</update> + </value> + <value> + <name>group7</name> + <rename>group7</rename> + <update>Y</update> + </value> + <value> + <name>group8</name> + <rename>group8</rename> + <update>Y</update> + </value> </lookup> <attributes/> <cluster_schema/> @@ -634,7 +649,7 @@ <schema_name/> </partitioning> <connection>erp indoteknik production (localhost)</connection> - <sql>select id, name, pricelist_id, group1, group2, group3, group4, group5 from price_group pg</sql> + <sql>select id, name, pricelist_id, group1, group2, group3, group4, group5, group6, group7, group8 from price_group pg</sql> <limit>0</limit> <lookup/> <execute_each_row>N</execute_each_row> |
