--- uc_product_power_tools.install	2010-09-16 13:10:57.000000000 -0500
+++ uc_product_power_tools_new.install	2010-09-30 11:50:44.000000000 -0500
@@ -262,7 +262,7 @@ function uc_product_power_tools_update_6
     db_change_field($changes, 'uc_power_tools', 'sp-settings','sp_settings', array('description' => t('default list price value'), 'type' => 'numeric', 'precision' => 15, 'scale' => 3, 'not null' => TRUE,'default' => 0.0));
     db_change_field($changes, 'uc_power_tools', 'dq-settings', 'dq_settings', array('description' => t('default quantity value'), 'type' => 'int', 'not null' => TRUE, 'default' => 1));
     db_change_field($changes, 'uc_power_tools', 'pq-settings', 'pq_settings', array('description' => t('package quantity value'), 'type' => 'int', 'not null' => TRUE, 'default' => 0));
-    db_change_field($changes, 'uc_power_tools', 'lops-settings', 'lpos_settings', array('description' => t('default list position value'), 'type' => 'int', 'not null' => TRUE, 'unsigned' => TRUE, 'default' => 0));
+    db_change_field($changes, 'uc_power_tools', 'lpos-settings', 'lpos_settings', array('description' => t('default list position value'), 'type' => 'int', 'not null' => TRUE, 'unsigned' => TRUE, 'default' => 0));
     db_change_field($changes, 'uc_power_tools', 'stock-settings', 'stock_settings', array('description' => t('default stock value'), 'type' => 'int', 'not null' => TRUE, 'unsigned' => TRUE, 'default' => 0));
     db_change_field($changes, 'uc_power_tools', 'stock-threshold', 'stock_threshold', array('description' => t('stock threshold'), 'type' => 'int', 'not null' => TRUE, 'unsigned' => TRUE, 'default' => 0));
 
