Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
/ models Public archive

Commit 37098ff

Browse files
committed
fix: use the proper index name in repo
1 parent 1c6f971 commit 37098ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/repository.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class Repository {
5353
sileoEndpoint?: string
5454

5555
@Column('bool', { nullable: false })
56-
@Index('package_current_idx')
56+
@Index('repo_pruned_idx')
5757
// @ts-ignore
5858
isPruned: boolean
5959

0 commit comments

Comments
 (0)