You are here

function mongodb_watchdog_enable in MongoDB 7

Same name and namespace in other branches
  1. 6 mongodb_watchdog/mongodb_watchdog.install \mongodb_watchdog_enable()

Implements hook_enable().

File

mongodb_watchdog/mongodb_watchdog.install, line 18
MongoDB watchdog install file.

Code

function mongodb_watchdog_enable() {
  mongodb_watchdog_ensure_indexes();
}