Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

load project groups to DW #28

Merged

Conversation

gondzo
Copy link
Collaborator

@gondzo gondzo commented Jun 25, 2019

Before merging, a new table should be created in DW:tcs_dw

create table project_groups (project_id DECIMAL(12,0), group_id DECIMAL(12,0), PRIMARY KEY (project_id, group_id) CONSTRAINT project_group_pkey);

Copy link
Contributor

@RishiRajSahu RishiRajSahu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gondzo overall looks good to me, just few points to consider before merging, please address them.

@RishiRajSahu RishiRajSahu requested a review from ajefts June 27, 2019 07:34
@RishiRajSahu RishiRajSahu merged commit 7257377 into topcoder-archive:dev Jul 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants