return database('live').select('sunset').where({
              id: revision.id,
              language: revision.language,
            }).then(live => {
              if (live.length > 0) {