You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove UNIQUE constraints – those should be tracked by the node anyway (#4852)
## Motivation
We saw UNIQUE constraints violations for the `operations` table when
testing w/ the exporter.
## Proposal
Remove all constraints – those should be maintained by the node anyway
and add additional work for the SQlite (that has to check them).
## Test Plan
manual.
## Release Plan
- Nothing to do / These changes follow the usual release cycle.## Links
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments