mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 10:22:42 +01:00
6 lines
130 B
MySQL
6 lines
130 B
MySQL
|
ALTER TABLE phabricator_user.user
|
||
|
ADD isDisabled bool NOT NULL;
|
||
|
|
||
|
ALTER TABLE phabricator_user.user
|
||
|
ADD isAdmin bool NOT NULL;
|