How to set the current schema version of a module

Note Statistics

Note Statistics

  • Viewed 109 times
Mon, 12/21/2020 - 07:02

THis can be done with drush eval and drupal function drupal_set_installed_schema_version.

drush php-eval "echo drupal_set_installed_schema_version('my_module', '8000');"
Authored by