exports.up = (db, callback) => db.renameColumn('build', 'commitSha', 'requestedCommitSha')
  .then(() => callback())
  .catch(callback);