Very basic system agent support.
This commit is contained in:
2
resources/sql/patches/028.systemagent.sql
Normal file
2
resources/sql/patches/028.systemagent.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE phabricator_user.user
|
||||
ADD isSystemAgent bool not null default 0;
|
||||
@@ -34,6 +34,8 @@ class PhabricatorUser extends PhabricatorUserDAO {
|
||||
|
||||
protected $conduitCertificate;
|
||||
|
||||
protected $isSystemAgent;
|
||||
|
||||
private $preferences = null;
|
||||
|
||||
public function getProfileImagePHID() {
|
||||
|
||||
Reference in New Issue
Block a user