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

Remove duplicate column 'members_can_create_repositories' from github… #36

Merged
merged 1 commit into from
May 26, 2021

Conversation

cbruno10
Copy link
Contributor

@cbruno10 cbruno10 commented May 26, 2021

…_organization and github_my_organization tables fixes #35

Integration test logs

N/A

Example query results

Results
> select
  login as organization,
  jsonb_array_length(members) as num_members,
  members_allowed_repository_creation_type,
  members_can_create_internal_repos,
  members_can_create_pages,
  members_can_create_private_repos,
  members_can_create_public_repos,
  members_can_create_repos,
  default_repo_permission,
  two_factor_requirement_enabled
from
  github_my_organization;
+--------------+-------------+------------------------------------------+-----------------------------------+--------------------------+----------------------------------+---------------------------------+--------------------------+-------------------------+--------------
| organization | num_members | members_allowed_repository_creation_type | members_can_create_internal_repos | members_can_create_pages | members_can_create_private_repos | members_can_create_public_repos | members_can_create_repos | default_repo_permission | two_factor_requirement_enabled
+--------------+-------------+------------------------------------------+-----------------------------------+--------------------------+----------------------------------+---------------------------------+--------------------------+-------------------------+--------------
| turbot       | 5           | all                                      | false                             | <null>                   | true                             | true                            | true                     | none                    | false
+--------------+-------------+------------------------------------------+-----------------------------------+--------------------------+----------------------------------+---------------------------------+--------------------------+-------------------------+--------------

…_organization and github_my_organization tables fixes #35
@cbruno10 cbruno10 merged commit 2112b7e into main May 26, 2021
@cbruno10 cbruno10 deleted the issue-35 branch May 26, 2021 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant