You are here

function linkit_update_7305 in Linkit 7.3

Add profile 'weight' column.

File

./linkit.install, line 286
Install, update and uninstall functions for the Linkit module.

Code

function linkit_update_7305() {
  $schema = drupal_get_schema_unprocessed('linkit', 'linkit_profiles');
  db_add_field('linkit_profiles', 'weight', $schema['fields']['weight']);
}