Add au PAY shows for 2024-02

This commit is contained in:
gg1234 2024-01-30 23:59:16 -08:00
parent 8dafb9ce1b
commit 82d7345a06
1 changed files with 9 additions and 0 deletions

View File

@ -391,3 +391,12 @@ UPDATE schedule SET video_id = "10587" WHERE jst = "2024-01-18T19:00:00+09:00";
-- [2024-01-20 Sat 02:39] Add video_ids for Yui and Mizuki's upcoming au PAY streams
UPDATE schedule SET video_id = "10593" WHERE jst = "2024-01-23T19:00:00+09:00";
UPDATE schedule SET video_id = "10601" WHERE jst = "2024-01-29T19:00:00+09:00";
-- [2024-01-30 Tue 23:42] au PAY 2024-02
INSERT INTO schedule (caster_id, segment_id, video_id, jst)
VALUES (11, 8, "10646", "2024-02-05T19:00:00+09:00"),
( 5, 8, "10650", "2024-02-09T19:00:00+09:00"),
(13, 8, NULL, "2024-02-13T19:00:00+09:00"),
(10, 8, NULL, "2024-02-19T19:00:00+09:00"),
( 3, 8, NULL, "2024-02-27T19:00:00+09:00"),
( 8, 8, NULL, "2024-02-29T19:00:00+09:00");