Viewing File: /home/ubuntu/code_review/phabricator/resources/sql/autopatches/20180509.repo_identity.commits.sql

ALTER TABLE {$NAMESPACE}_repository.repository_commit
  ADD COLUMN authorIdentityPHID VARBINARY(64) DEFAULT NULL,
  ADD COLUMN committerIdentityPHID VARBINARY(64) DEFAULT NULL;
Back to Directory File Manager