Skip to content

Commit

Permalink
Update src/main/java/com/eternalcode/parcellockers/parcel/repository/…
Browse files Browse the repository at this point in the history
…ParcelWrapper.java

Co-authored-by: DMK <[email protected]>
  • Loading branch information
Jakubk15 and imDMK authored Jan 15, 2025
1 parent 0507635 commit d62297e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@DatabaseTable(tableName = "parcels")
class ParcelWrapper {

@DatabaseField(id = true, columnName = "uuid")
@DatabaseField(columnName = "uuid", id = true)
private UUID uuid;

@DatabaseField(columnName = "sender", index = true)
Expand Down

0 comments on commit d62297e

Please sign in to comment.