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 organization memberships #766

Merged
merged 1 commit into from
Mar 18, 2017

Conversation

christopherstyles
Copy link
Contributor

What's in this PR?

Once project users were migrated away from “organization memberships”, and permissions were fully working and tested, the organization memberships entity and associated tasks/logic were no longer needed.

This update makes the following changes:

  • Drops the organization_memberships table.
  • Removes all related temporary migration tasks from the priv/repo/scripts directory
  • Removes all occurrences of organization memberships throughout the API codebase.

References

Resolves #718.

This update drops the `organization_memberships` table, removes all
related temporary migration tasks from the `priv/repo/scripts`
directory and removes all occurrences of organization memberships
throughout the API codebase.

Resolves #718.
@joshsmith joshsmith force-pushed the 718-remove-organization-memberships branch from d689500 to f54e6a3 Compare March 18, 2017 17:04
@joshsmith
Copy link
Contributor

This looks really great @christopherstyles. I especially like that you took the extra time to remove the migration tasks. LGTM!

@joshsmith joshsmith merged commit 7a89661 into develop Mar 18, 2017
@joshsmith joshsmith deleted the 718-remove-organization-memberships branch March 18, 2017 17:49
@christopherstyles
Copy link
Contributor Author

Thanks for the kind review @joshsmith, much appreciated! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants