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: remove autogenerated vector column
Browse files Browse the repository at this point in the history
  • Loading branch information
tale committed Aug 3, 2022
1 parent 0e4e729 commit 60f12c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/models/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,4 @@ export class Package {

@Column('bigint', { nullable: true })
installedSize?: number

@Column('tsvector', { nullable: false })
// @ts-ignore
vector: string
}
4 changes: 0 additions & 4 deletions src/models/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,4 @@ export class Repository {
@Column('varchar', { name: 'originId', nullable: true })
// @ts-ignore
originId: string

@Column('tsvector', { nullable: false })
// @ts-ignore
vector: string
}

0 comments on commit 60f12c5

Please sign in to comment.