fix schedule

This commit is contained in:
avicenan
2026-03-24 20:22:44 +07:00
parent 972324aa43
commit 91078871e7

View File

@ -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({