Skip to content

Commit

Permalink
Test fix for sql generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Mar 4, 2024
1 parent 1bca9e5 commit 885e4b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/uniovi/entities/ApiKey.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
@Getter
@Setter
@NoArgsConstructor
@Table(name = "api_key")
public class ApiKey {
@Id
@GeneratedValue
Expand Down

0 comments on commit 885e4b3

Please sign in to comment.