Skip to content

Commit

Permalink
PI-2391: removed soft deleted check from order manages to fix orderin…
Browse files Browse the repository at this point in the history
…g issues
  • Loading branch information
pmcphee77 committed Jul 31, 2024
1 parent 6538c12 commit ca96759
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ fun EventRepository.getByPersonAndEventNumber(person: Person, eventId: Long) = f

@Entity
@Immutable
@SQLRestriction("soft_deleted = 0")
@Table(name = "order_manager")
class OrderManager(

Expand Down

0 comments on commit ca96759

Please sign in to comment.