Skip to content

Commit 8cbb19a

Browse files
authored
fix: failing migrations (#1144)
1 parent a53d9a7 commit 8cbb19a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/storage/system/store.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ func (d *DefaultStore) GetDistinctBuckets(ctx context.Context) ([]string, error)
6161
DistinctOn("bucket").
6262
Model(&ledger.Ledger{}).
6363
Column("bucket").
64-
Where("deleted_at IS NULL").
6564
Scan(ctx, &buckets)
6665
if err != nil {
6766
return nil, fmt.Errorf("getting buckets: %w", postgres.ResolveError(err))

0 commit comments

Comments
 (0)