You are here

function globallink_interface_update_7260 in GlobalLink Connect for Drupal 7.6

Same name and namespace in other branches
  1. 7.5 globallink_interface/globallink_interface.install \globallink_interface_update_7260()

Version 2.6.0 updates

File

globallink_interface/globallink_interface.install, line 124
GlobalLink interface translation install file.

Code

function globallink_interface_update_7260() {
  db_add_field('globallink_core_interface', 'project_code', array(
    'description' => 'PD Project Code.',
    'type' => 'varchar',
    'not null' => TRUE,
    'default' => '',
    'length' => 255,
  ));
}