Very basic system agent support.

This commit is contained in:
epriestley
2011-04-12 18:19:09 -07:00
parent 158a561dff
commit 43449e49c0
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE phabricator_user.user
ADD isSystemAgent bool not null default 0;