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