You are here

function tmgmt_update_7001 in Translation Management Tool 7

Remove the 'translation' field from the job item entity.

File

./tmgmt.install, line 446
Installation hooks for the Translation Management module.

Code

function tmgmt_update_7001() {
  db_drop_field('tmgmt_job_item', 'translation');
}