mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Very basic system agent support.
This commit is contained in:
parent
158a561dff
commit
43449e49c0
2 changed files with 4 additions and 0 deletions
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() {
|
||||
|
|
Loading…
Reference in a new issue