After updating a module:

  1. Do I need to run /update.php if there are no database changes?
  2. If a module has no .install file, can I assume there are no database changes?
  3. If a module's .install file has no functions whose name has a _update suffix, can I assume no database changes?

The reason I might not want to run update.php, is that on a multisite with 50 separate websites, I can save myself a lot of time.

Comments

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.