Insert Nana's au PAY show #5

https://twitter.com/livetv_aupaymkt/status/1656177252613124097
This commit is contained in:
gg 2023-09-06 08:20:59 -07:00
parent 791dab7f8d
commit 8f2d0d5508
1 changed files with 3 additions and 0 deletions

View File

@ -166,3 +166,6 @@ INSERT INTO schedule (segment_id, caster_id, video_id, jst)
VALUES (8, 10, "10227", "2023-09-04T19:00:00+09:00");
-- fix video_id from previous; my other script overwrote it by accident
UPDATE schedule SET video_id = "10227" WHERE id = 403;
-- au PAY 9970 for Nana found via gallery-dl of @livetv_aupaymkt
INSERT INTO schedule (segment_id, caster_id, video_id, jst)
VALUES (8, 1, "9970", "2023-05-12T19:00:00+09:00");