calendar externa prefix
This commit is contained in:
parent
ee60f497fa
commit
2cee8b5119
2 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue