Actions
Refactor #2183
closedRefactor #2116: Migrate mongo collections to postgres tables.
Migrate repo_groups collection to the repository_group table.
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
The data in the repo_groups collection needs to be migrated into the repository_group table in postgres.
For each field in the repo_groups document:
repos => repository
____________________|____________________________
=> id (generated)
display_name => name
description => description
repo_ids => members (by ForeignKey to Repository)
notes => notes (by Notes relation)
scratchpad => scratchpad (by Scratchpad relation)
Related issues
Actions