Add container_gids column to DB groups table
Open
- Dominant language
- Python
- Stars
- 670
- Forks
- 183
- Avg merge
- 21h 49m
- Merged PRs (30d)
- 404
Description
The UID/GID values in the groups table will be applied to all containers created in sessions owned by that group or owned by a user who is associated with that group.
### groups table
`container_gids`: nullable array of integer field
JIRA Issue: BA-676
Contributor guide
Research direction
Start by locating the groups table definition and its database migration in the repository. Confirm how nullable array fields are represented, then verify that the groups table includes a nullable integer array named container_gids and that existing database checks or tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100