Skip to content
New issue

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

Remove unused & obsolete isAdmin field on user table #3575

Open
t83714 opened this issue Feb 12, 2025 · 0 comments
Open

Remove unused & obsolete isAdmin field on user table #3575

t83714 opened this issue Feb 12, 2025 · 0 comments

Comments

@t83714
Copy link
Contributor

t83714 commented Feb 12, 2025

Remove unused & obsolete isAdmin field on user table

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.

@t83714 t83714 added this to the v5.0.0 milestone Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant