Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backend
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
idatt2106-v23-03
backend
Commits
31834a04
Commit
31834a04
authored
2 years ago
by
Anders Austlid
Browse files
Options
Downloads
Patches
Plain Diff
Reverted change to entity name due to database naming conflicts
parent
771084b0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/ntnu/idatt2016/v233/SmartMat/entity/Group.java
+1
-1
1 addition, 1 deletion
src/main/java/ntnu/idatt2016/v233/SmartMat/entity/Group.java
src/main/java/ntnu/idatt2016/v233/SmartMat/entity/user/User.java
+1
-1
1 addition, 1 deletion
...n/java/ntnu/idatt2016/v233/SmartMat/entity/user/User.java
with
2 additions
and
2 deletions
src/main/java/ntnu/idatt2016/v233/SmartMat/entity/Group.java
+
1
−
1
View file @
31834a04
...
...
@@ -20,7 +20,7 @@ import lombok.NoArgsConstructor;
@NoArgsConstructor
@AllArgsConstructor
@Builder
@Entity
(
name
=
"group"
)
@Entity
(
name
=
"group
s
"
)
@Data
public
class
Group
{
...
...
This diff is collapsed.
Click to expand it.
src/main/java/ntnu/idatt2016/v233/SmartMat/entity/user/User.java
+
1
−
1
View file @
31834a04
...
...
@@ -28,7 +28,7 @@ import java.util.List;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Entity
(
name
=
"user"
)
@Entity
(
name
=
"user
s
"
)
@Builder
public
class
User
implements
UserDetails
{
@Id
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment