Skip to content

Commit

Permalink
Added UserLnurlAuthKey
Browse files Browse the repository at this point in the history
  • Loading branch information
straumat committed Jan 17, 2024
1 parent b6b70cd commit 6f5ac37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@AllArgsConstructor(access = PACKAGE)
@Builder
@Entity
@Table(name = "USER")
@Table(name = "APPLICATION_USER")
public class User extends BaseDomain {

/** Unique identifier. */
Expand Down

0 comments on commit 6f5ac37

Please sign in to comment.