fix(db): 重编号合并后撞号 migration,并修 admin e2e base
将 015–023 双文件冲突线性化为 015–050;提供已有库 schema_migrations 修复脚本;admin Playwright 对齐 /psy/admin/ 预览路径。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
DELETE FROM admin_role_permissions WHERE code = 'admin.ask.transcript.read';
|
||||
|
||||
COMMENT ON TABLE crisis_events IS NULL;
|
||||
COMMENT ON TABLE intervention_outcomes IS NULL;
|
||||
COMMENT ON TABLE privacy_requests IS NULL;
|
||||
COMMENT ON TABLE ask_handoff_cases IS NULL;
|
||||
COMMENT ON TABLE moderation_cases IS NULL;
|
||||
Reference in New Issue
Block a user