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

Commit d9f9df7

Browse files
committed
fix: nuke migrations
1 parent 3a598c8 commit d9f9df7

File tree

4 files changed

+4
-55
lines changed

4 files changed

+4
-55
lines changed

src/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
export * from './migrations/Package1646948441633'
2-
export * from './migrations/Repository1646948440633'
31
export * from './models/cache'
42
export * from './models/manifest'
53
export * from './models/origin'

src/migrations/Package1646948441633.ts

-27
This file was deleted.

src/migrations/Repository1646948440633.ts

-26
This file was deleted.

src/models/package.ts

+4
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,8 @@ export class Package {
9696

9797
@Column('bigint', { nullable: true })
9898
installedSize?: number
99+
100+
@Column('tsvector', { nullable: false })
101+
// @ts-ignore
102+
vector: string
99103
}

0 commit comments

Comments
 (0)