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

Multiple people should be able to have the same contacts #9

Closed
Daskott opened this issue Jan 1, 2022 · 0 comments · Fixed by #28
Closed

Multiple people should be able to have the same contacts #9

Daskott opened this issue Jan 1, 2022 · 0 comments · Fixed by #28
Labels
bug Something isn't working

Comments

@Daskott
Copy link
Owner

Daskott commented Jan 1, 2022

Right now, email & phone_number column in contacts model is set to unique. This shouldn't be the case.

  • Option 1: Replace the constraints with user_id_phone_number & user_id_email
  • Option 2: Just remove the constraints
@Daskott Daskott added the bug Something isn't working label Jan 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant