fix schedule
This commit is contained in:
@ -50,7 +50,7 @@ export class ScheduleSeries {
|
||||
@Column({ type: "time", nullable: false })
|
||||
end_time_local: string;
|
||||
|
||||
@Column({ nullable: false, type: "text" })
|
||||
@Column({ nullable: true, type: "text" })
|
||||
recurrence_rule: string;
|
||||
|
||||
@Column({
|
||||
|
||||
Reference in New Issue
Block a user