Skip to content

Commit

Permalink
Remove 'category' from primary key colums
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed May 29, 2024
1 parent 3a1d7b5 commit 68f176c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ data class Observation(
@Id
val topic: String,

@Id
val category: String,

@Column(nullable = false)
Expand Down

0 comments on commit 68f176c

Please sign in to comment.