You are here

function apachesolr_update_6303 in Apache Solr Search 6.3

Leave a flag for 7.x updates so we have an upgrade path.

File

./apachesolr.install, line 373
Install and related hooks for apachesolr_search.

Code

function apachesolr_update_6303() {
  variable_set('apachesolr_update_from_6303', TRUE);
  return array();
}