Skip to content

Instantly share code, notes, and snippets.

@init90
Created July 19, 2017 14:48
Show Gist options
  • Select an option

  • Save init90/73a10f80f8f355bb74929bcc2cf48ed5 to your computer and use it in GitHub Desktop.

Select an option

Save init90/73a10f80f8f355bb74929bcc2cf48ed5 to your computer and use it in GitHub Desktop.
drupal work with update scheme version
drush ev "echo drupal_get_installed_schema_version('bendrijusistema')";
drupal_set_installed_schema_version('bendrijusistema', 8001);
drupal_get_installed_schema_version('bendrijusistema');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment