if spell_ok db;then 
  if [[ `installed_version db` != $VERSION ]];then
    if ! query 'the log file format has changed! continue?' n;then
      message failed  
      return 1
    fi
  fi
fi
message ok
return 0
