Categories
Drupal

Resetting hook_update_N module schema

While I’m developing and testing a hook_update_N() function for my module, there are several ways to reset the schema_version in the system database table.

Categories
Drupal Tips & Tricks

Drush aliases and Multi-Site

As a Drupal administrator, Drush aliases is a tool I cannot live without. It provides a way for me to connect to any Drupal site on any environment and run drush commands. The only requirement is that I have SSH access to those servers.