Skip to content
Snippets Groups Projects
Verified Commit 9115d41b authored by Skaggs, Mitchell L. (UMSL-Student)'s avatar Skaggs, Mitchell L. (UMSL-Student) :floppy_disk:
Browse files

Remove unneeded entity name

parent bff5d0ed
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@ import javax.persistence.*
* Created by Mitchell Skaggs on 2/22/2019.
*/
@JsonApiResource(type = "rank", patchable = false, postable = false, deletable = false)
@Entity(name = "rank")
@Entity
@Table(name = "`rank`")
data class Rank(
@Id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment