typing and comparison

This commit is contained in:
Julian Krauser 2024-12-26 19:35:29 +01:00
parent dad54c97ed
commit d7b92aedc1
6 changed files with 14 additions and 11 deletions

View file

@ -7,8 +7,8 @@ export class newsletterDates {
@PrimaryColumn({ type: "int" })
newsletterId: number;
@PrimaryColumn({ type: "int" })
calendarId: number;
@PrimaryColumn({ type: "varchar" })
calendarId: string;
@Column({ type: "varchar", length: 255, nullable: true })
diffTitle: string | null;