Skip to content

Commit

Permalink
fix: upsertEnrollment table name
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavofg1pontes committed Oct 7, 2024
1 parent 4199b90 commit 5175d7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import java.util.UUID;

@Entity
@Table(name = "enrollments")
@Table(name = "upsert_enrollments")
@NoArgsConstructor
@Getter
public class UpsertEnrollmentJpaEntity implements Serializable {
Expand Down

0 comments on commit 5175d7a

Please sign in to comment.