1
0
Fork 0

Add video_ids for upcoming au PAY streams

This commit is contained in:
gg1234 2024-01-10 03:44:42 -08:00
parent 397b9de8bf
commit 905d66aefb
1 changed files with 4 additions and 0 deletions

View File

@ -372,3 +372,7 @@ VALUES ( 2, 8, "10563", "2024-01-05T19:00:00+09:00"),
( 6, 8, NULL, "2024-01-18T19:00:00+09:00"),
( 8, 8, NULL, "2024-01-23T19:00:00+09:00"),
( 3, 8, NULL, "2024-01-29T19:00:00+09:00");
-- [2024-01-10 Wed 03:38] Add video_ids for Momoka and Ayaka's upcoming au PAY streams
UPDATE schedule SET video_id = "10576" WHERE jst = "2024-01-13T19:00:00+09:00";
UPDATE schedule SET video_id = "10587" WHERE jst = "2024-01-18T19:00:00+09:00";