Files
digital-psychology/apps/api/migrations/000028_mbti_label.down.sql
T
jackyu66gitandCursor b7b0b18802 fix(db): 重编号合并后撞号 migration,并修 admin e2e base
将 015–023 双文件冲突线性化为 015–050;提供已有库 schema_migrations 修复脚本;admin Playwright 对齐 /psy/admin/ 预览路径。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-13 02:14:52 +08:00

10 lines
311 B
SQL

UPDATE home_tools
SET label = '人格测试', updated_at = now()
WHERE path = '/scales/mbti-lite' AND icon = 'mbti';
UPDATE scales
SET title = '人格类型探索',
description = '了解能量来源与决策偏好的轻量探索。',
updated_at = now()
WHERE slug = 'mbti-lite' AND deleted_at IS NULL;