diff --git a/i18nstrings/i18nstrings.install b/i18nstrings/i18nstrings.install index 52e5af95964877976d958c931df51ca8c6c9279d..df5ec1053a324268deaa74f87e72bcc8d6137c57 100644 --- a/i18nstrings/i18nstrings.install +++ b/i18nstrings/i18nstrings.install @@ -105,11 +105,13 @@ function i18nstrings_update_5900() { /** * Add new 'oid' column to i18n_strings table. */ +/* function i18nstrings_update_6000() { $ret = array(); db_add_field($ret, 'i18n_strings', 'oid', array('type' => 'int', 'not null' => TRUE, 'default' => 0)); return $ret; } +*/ /** * Drupal 6 update. Change field name, 'oid' was psql reserved name.