Skip to content

Commit

Permalink
🐛 forgot to make codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Jun 3, 2022
1 parent c5b7391 commit dd142ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/model/generated/series.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ export class Series {
@PrimaryColumn_()
id!: string

@Column_("text", {nullable: true})
issuer!: string | undefined | null

@Column_("int4", {nullable: false})
unique!: number

Expand Down

0 comments on commit dd142ac

Please sign in to comment.