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

Commit 60a35b8

Browse files
committed
fix: use the proper index name
1 parent fe49abf commit 60a35b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/package.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class Package {
1717
isCurrent: boolean
1818

1919
@Column('bool', { nullable: false })
20-
@Index('package_current_idx')
20+
@Index('package_pruned_idx')
2121
// @ts-ignore
2222
isPruned: boolean
2323

0 commit comments

Comments
 (0)