2 lines
78 B
MySQL
2 lines
78 B
MySQL
|
|
ALTER TABLE phabricator_user.user
|
||
|
|
ADD isSystemAgent bool not null default 0;
|