You are here

function context_prefix_update_5 in Context 5

File

context_prefix/context_prefix.install, line 54

Code

function context_prefix_update_5() {
  $items = array();
  $items[] = update_sql("ALTER TABLE {context_prefix} CHANGE COLUMN module provider VARCHAR(255) NOT NULL;");
  return $items;
}