Clean non-tennis tutorials

这个提交包含在:
cryptocommuniums-afk
2026-03-15 11:28:08 +08:00
父节点 a1689ee95e
当前提交 bee24d547d
修改 4 个文件,包含 33 行新增2 行删除

查看文件

@@ -0,0 +1,8 @@
DELETE FROM `tutorial_progress`
WHERE `tutorialId` IN (
SELECT `id` FROM `tutorial_videos`
WHERE `topicArea` IS NOT NULL AND `topicArea` <> 'tennis_skill'
);
--> statement-breakpoint
DELETE FROM `tutorial_videos`
WHERE `topicArea` IS NOT NULL AND `topicArea` <> 'tennis_skill';

查看文件

@@ -57,6 +57,27 @@
"when": 1773543600000,
"tag": "0007_grounded_live_ops",
"breakpoints": true
},
{
"idx": 8,
"version": "5",
"when": 1773600000000,
"tag": "0008_tutorial_academy_refresh",
"breakpoints": true
},
{
"idx": 9,
"version": "5",
"when": 1773633600000,
"tag": "0009_training_profile_baseline",
"breakpoints": true
},
{
"idx": 10,
"version": "5",
"when": 1773662400000,
"tag": "0010_remove_non_tennis_tutorials",
"breakpoints": true
}
]
}