Skip to content

Commit

Permalink
change table name to match postgres db (#508)
Browse files Browse the repository at this point in the history
* change table name to match postgres db

* remove comment
  • Loading branch information
DeclanClarkeCGI authored Aug 22, 2024
1 parent f03e298 commit d42b10d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import java.time.LocalDateTime;

@Entity
@Table(name = "draft-accounts")
@Table(name = "draft_accounts")
@Data
@NoArgsConstructor
@AllArgsConstructor
Expand Down

0 comments on commit d42b10d

Please sign in to comment.