1 parent 86c596d commit 49daa02Copy full SHA for 49daa02
1 file changed
migrations/20260806000000_fix_hsr_collab_banner_types.sql
@@ -0,0 +1,8 @@
1
+-- HSR Fate collab banner pools use the dedicated collab gacha types.
2
+UPDATE banners
3
+SET character_gacha_type = 21
4
+WHERE character IN (1014, 1015, 1508, 1509);
5
+
6
7
+SET light_cone_gacha_type = 22
8
+WHERE light_cone IN (23045, 23046, 23061, 23062);
0 commit comments