We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isAdmin
We used to have a simple isAdmin field on user table to represent admin role before v2.0.0.
This field is unused but unused (try to create a user with isAdmin via API will result a user created with isAdmin value ignored) since v2.0.0.
Also see this ticket: #3043
To avoid confusion, this ticket is about removing this field isAdmin field via v5.0.0 release db schema auto-uprgade.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Remove unused & obsolete
isAdmin
field on user tableWe used to have a simple
isAdmin
field on user table to represent admin role before v2.0.0.This field is unused but unused (try to create a user with
isAdmin
via API will result a user created withisAdmin
value ignored) since v2.0.0.Also see this ticket: #3043
To avoid confusion, this ticket is about removing this field
isAdmin
field via v5.0.0 release db schema auto-uprgade.The text was updated successfully, but these errors were encountered: