Add queries for komaki2018 cancellation

This commit is contained in:
gg 2023-08-13 00:51:45 -07:00
parent af03bdac84
commit e7d78777d6
1 changed files with 4 additions and 0 deletions

View File

@ -71,3 +71,7 @@ UPDATE schedule SET caster_id = 4 WHERE id = 169;
-- matsu cancelled again [2023-08-10 Wed 14:00]
INSERT INTO cancellation SELECT id, caster_id, segment_id, jst FROM schedule WHERE id = 178;
UPDATE schedule SET caster_id = 8 WHERE id = 178;
-- komaki cancelled moon [2023-08-13 Sun 20:00]
INSERT INTO cancellation SELECT id, caster_id, segment_id, jst FROM schedule WHERE id = 204;
UPDATE schedule SET caster_id = 11 WHERE id = 204;