def add_report(domain_name, report_name, report):
    return db.table('domains').update(
      {
        report_name: report
      },