You are here

function optimizely_update_8000 in Optimizely 8.0

Implements hook_update_N

For the initial conversion to Drupal 8.x, there are no changes to the schema.

File

./optimizely.install, line 172
Install, update and uninstall functions for the Optimizely module

Code

function optimizely_update_8000(&$sandbox) {
  drupal_set_message(t('No database updates needed to move to Drupal 8.x'), 'status');
}