How to check the current schema version of a module in Drupal

Note Statistics

Note Statistics

  • Viewed 519 times
Mon, 12/21/2020 - 07:00

The Drupal functiondrupal_get_installed_schema_version can be used to check the installed version of a module. We can use the eval function of drush and make sue of this function.

drush php-eval "echo drupal_get_installed_schema_version('my_module');"
Authored by