Files
phabricator/resources/sql/patches/028.systemagent.sql

2 lines
78 B
MySQL
Raw Normal View History

2011-04-12 18:19:09 -07:00
ALTER TABLE phabricator_user.user
ADD isSystemAgent bool not null default 0;