fix newsletter routing and service
This commit is contained in:
parent
6dcd650cad
commit
dad54c97ed
4 changed files with 12 additions and 13 deletions
|
@ -27,6 +27,9 @@ export class newsletter {
|
|||
@Column({ type: "boolean", default: false })
|
||||
isSent: boolean;
|
||||
|
||||
@Column({ type: "int", nullable: true })
|
||||
recipientsByQueryId?: number;
|
||||
|
||||
@OneToMany(() => newsletterDates, (dates) => dates.newsletter)
|
||||
dates: newsletterDates[];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue