So, 50k of basically this: `INSERT INTO calendar (c_id, for_date, status) VALUES ('122393', '2023-04
So, 50k of basically this:
INSERT INTO calendar (c_id, for_date, status) VALUES ('122393', '2023-04-03', 'AVAILABLE') ON CONFLICT DO UPDATE SET status = excluded.status;
