Viewing File: /home/ubuntu/code-backup/code_review/phabricator/resources/sql/patches/038.admin.sql

ALTER TABLE {$NAMESPACE}_user.user
  ADD isDisabled bool NOT NULL;

ALTER TABLE {$NAMESPACE}_user.user
  ADD isAdmin bool NOT NULL;
Back to Directory File Manager