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

Story 6 Task 3 #43 #71

Merged
merged 19 commits into from Mar 8, 2023
Merged

Story 6 Task 3 #43 #71

merged 19 commits into from Mar 8, 2023

Conversation

vs2961
Copy link
Contributor

@vs2961 vs2961 commented Mar 6, 2023

No description provided.

Copy link
Owner

@Ai-Albert Ai-Albert left a comment

Choose a reason for hiding this comment

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

Do we know if the public code also supposed to be unique? If so, I recommend enforcing it in User.java by altering the @Entity annotation like such:

@Entity(indices = {@Index(value = {"public_code"}, unique = true)})

If not, feel free to ignore and tell me to approve

@vs2961 vs2961 merged commit 098e64f into dev Mar 8, 2023
@vs2961 vs2961 deleted the story_6_task_3 branch March 12, 2023 17:34
@Ai-Albert Ai-Albert linked an issue Mar 17, 2023 that may be closed by this pull request
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.

Story 6 - Task 3 - Tests for Functionality
2 participants