mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
Add missing truncate for participant_events (#5117)
The missing truncate caused "Duplicate Submissions" after a reset in between the performance tests. CHANGELOG_BEGIN CHANGELOG_END
This commit is contained in:
parent
2525a4610a
commit
e82b8d743b
@ -1723,6 +1723,7 @@ private class JdbcLedgerDao(
|
||||
|truncate package_entries cascade;
|
||||
|truncate participant_command_completions cascade;
|
||||
|truncate participant_command_submissions cascade;
|
||||
|truncate participant_events cascade;
|
||||
""".stripMargin)
|
||||
|
||||
override def reset(): Future[Unit] =
|
||||
|
Loading…
Reference in New Issue
Block a user