Skip to content

Commit

Permalink
copy paste mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Mar 30, 2024
1 parent fe30bd8 commit 99186b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public interface ScheduledInfoMailCheckJpaRepository extends JpaRepository<Sched

@Query(
value = """
UPDATE scheduled_at
UPDATE scheduled_at
SET status = 'IN_PROGRESS'
WHERE id IN (
SELECT id
Expand All @@ -27,6 +27,6 @@ WHERE id IN (
""",
nativeQuery = true
)
Collection<MailOutboxJpaEntity> lockAndList();
Collection<ScheduledInfoMailCheckJpaEntity> lockAndList();

}

0 comments on commit 99186b1

Please sign in to comment.