Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(data-export): File key uniqueness (#2821)
## Context Current key generation does not allow to re-run service if there's any failure after file being attached because of unique constraint on active storage blobs table ## Description Add salt to key generation to satisfy uniqueness during repeated runs
- Loading branch information