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

Commit

Permalink
fix: use the proper index name
Browse files Browse the repository at this point in the history
  • Loading branch information
tale committed Jul 6, 2022
1 parent fe49abf commit 60a35b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class Package {
isCurrent: boolean

@Column('bool', { nullable: false })
@Index('package_current_idx')
@Index('package_pruned_idx')
// @ts-ignore
isPruned: boolean

Expand Down

0 comments on commit 60a35b8

Please sign in to comment.