Skip to content

Commit

Permalink
chore: redo projects failed due to cli 2.3.1 ds migration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jachro committed Mar 14, 2023
1 parent 3c6d3be commit edc3691
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@ object DbInitializer {
currentStatus = GenerationNonRecoverableFailure,
destinationStatus = New,
discardingStatuses = TriplesGenerated :: TriplesStore :: Nil
),
FailedEventsRestorer[F](
"%Cannot modify immutable object%",
currentStatus = GenerationNonRecoverableFailure,
destinationStatus = New,
discardingStatuses = TriplesGenerated :: TriplesStore :: Nil
)
)

Expand Down

0 comments on commit edc3691

Please sign in to comment.