globus / globus/globus-compute
Remove redundant database tables
- Dominant language
- Python
- Stars
- 162
- Forks
- 53
- Avg merge
- 15h 29m
- Merged PRs (30d)
- 26
Description
There are some relics in the database from prior prototypes that can be removed.
We should **delete** the following tables:
- action_instance -- originally used with Ripple
- groups -- an initial auth list which was replaced with globus auth
- requests -- original task tracking that is no longer used
- results -- not used
Contributor guide
Research direction
Locate the schema or migration definitions and references for the action_instance, groups, requests, and results tables. Check whether any application code or tests still use them, then remove the obsolete table definitions and verify that the schema and relevant checks no longer include these tables.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- database
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100