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

3 lines
80 B
MySQL
Raw Normal View History

ALTER TABLE {$NAMESPACE}_user.user
ADD isSystemAgent bool not null default 0;