Skip to content

Commit

Permalink
remove pfp url
Browse files Browse the repository at this point in the history
  • Loading branch information
NiHaiden committed Jun 19, 2023
1 parent f82ed4b commit febb765
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/kotlin/tech/niklas/ariesbackend/model/User.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ data class User(
@NotBlank
val username: String,

@Column(name = "pfp_url")
val userPFPUrl : String
) {

override fun equals(other: Any?): Boolean {
Expand Down

0 comments on commit febb765

Please sign in to comment.