You are here

function gathercontent_update_7304 in GatherContent 7.3

Remove `updated_gathercontent` field from DB.

File

./gathercontent.install, line 348

Code

function gathercontent_update_7304() {
  db_drop_field('gathercontent_mapping', 'updated_gathercontent');
}