将 015–023 双文件冲突线性化为 015–050;提供已有库 schema_migrations 修复脚本;admin Playwright 对齐 /psy/admin/ 预览路径。 Co-authored-by: Cursor <cursoragent@cursor.com>
12 lines
378 B
SQL
12 lines
378 B
SQL
-- Rename mbti-lite display to MBTI测试 (ECR-adjacent · explore-test R9)
|
|
|
|
UPDATE scales
|
|
SET title = 'MBTI测试',
|
|
description = '了解能量来源与决策偏好的轻量探索。',
|
|
updated_at = now()
|
|
WHERE slug = 'mbti-lite' AND deleted_at IS NULL;
|
|
|
|
UPDATE home_tools
|
|
SET label = 'MBTI测试', updated_at = now()
|
|
WHERE path = '/scales/mbti-lite' AND icon = 'mbti';
|