Add video_id for Senna's next au PAY show

This commit is contained in:
gg1234 2024-04-11 09:28:37 -07:00
parent 092db136d0
commit 0ba825e945
1 changed files with 3 additions and 0 deletions

View File

@ -460,3 +460,6 @@ VALUES (12, 8, "10747", "2024-04-02T19:00:00+09:00"),
( 4, 8, "10749", "2024-04-09T19:00:00+09:00"),
( 5, 8, "", "2024-04-15T19:00:00+09:00"),
(10, 8, "", "2024-04-19T19:00:00+09:00");
-- [2024-04-11 Thu 09:24] Add video_id for Senna's au PAY
UPDATE schedule SET video_id = "10755" WHERE jst = "2024-04-15T19:00:00+09:00";