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

wip: change roles db table #432

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ntarocco
Copy link
Contributor

  • changes the roles table to use a string primary key instead of an int, so that when the role is externally managed, the primary key can be set to the unique id of the external role/group.
  • the alembic recipe is completely untested
  • it might require more changes or more fields in the DB model

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

roles: modify RoleNeed creation by role name to role id
1 participant