Projet

Général

Profil

Révision b0dc3a2e

Ajouté par Julien Enselme il y a plus de 7 ans

Update to Drupal 7.52

Voir les différences:

drupal7/modules/dblog/dblog.install
154 154
  db_add_index('watchdog', 'severity', array('severity'));
155 155
}
156 156

  
157
/**
158
 * Account for possible legacy systems where dblog was not installed.
159
 */
160
function dblog_update_7003() {
161
  if (!db_table_exists('watchdog')) {
162
    db_create_table('watchdog', drupal_get_schema_unprocessed('dblog', 'watchdog'));
163
  }
164
}
165

  
157 166
/**
158 167
 * @} End of "addtogroup updates-7.x-extra".
159 168
 */

Formats disponibles : Unified diff