Skip to content

Commit

Permalink
Delete index
Browse files Browse the repository at this point in the history
  • Loading branch information
FergusMok committed Apr 24, 2024
1 parent a5a07c4 commit 25fbd1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/teammates/storage/sqlentity/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
* Represents a User.
*/
@Entity
@Table(name = "Users", uniqueConstraints = {
@UniqueConstraint(name = "Unique email and courseId", columnNames = { "email", "courseId" })
})
@Table(name = "Users")
@Inheritance(strategy = InheritanceType.JOINED)
public abstract class User extends BaseEntity {
@Id
Expand Down

0 comments on commit 25fbd1b

Please sign in to comment.