--- l10n_update_fixed.install	2010-09-17 12:55:36.000000000 -0300
+++ l10n_update.install	2010-09-17 12:53:42.000000000 -0300
@@ -165,7 +165,7 @@ function l10n_update_schema_alter(&$sche
 function l10n_update_install() {
   $ret = array();
   drupal_install_schema('l10n_update');
-  db_add_field($ret, 'locales_target', 'status', array('type' => 'int', 'not null' => TRUE, 'default' => 0));
+  db_add_field($ret, 'locales_target', 'l10n_status', array('type' => 'int', 'not null' => TRUE, 'default' => 0));
   variable_set('l10n_update_rebuild_projects', 1);
   return $ret;
 }
