You are here

function lingotek_update_7601 in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lingotek.install \lingotek_update_7601()

Truncate lingotek_config_metadata table in preparation for new config handling.

File

./lingotek.install, line 926

Code

function lingotek_update_7601(&$sandbox) {
  db_truncate('lingotek_config_metadata')
    ->execute();
  return t('Truncated table containing Lingotek config metadata such as document ID\'s and translation status for config strings.');
}