calendar externa prefix

This commit is contained in:
Julian Krauser 2025-01-31 17:48:20 +01:00
parent ee60f497fa
commit 2cee8b5119
2 changed files with 4 additions and 0 deletions

View file

@ -18,6 +18,9 @@ export class calendarType {
@Column({ type: "varchar", length: 255, nullable: true, default: null })
passphrase: string | null;
@Column({ type: "varchar", length: 255, nullable: false, default: "" })
externalPrefix: string;
@Column({ type: "boolean", default: false })
sendToWebpage: boolean;