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

Commit 2b5a23c

Browse files
committed
fix: add vector to repository
1 parent 98536ce commit 2b5a23c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/models/repository.ts

+4
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,8 @@ export class Repository {
6565
@Column('varchar', { name: 'originId', nullable: true })
6666
// @ts-ignore
6767
originId: string
68+
69+
@Column('tsvector', { nullable: false })
70+
// @ts-ignore
71+
vector: string
6872
}

0 commit comments

Comments
 (0)