feat: Phase 8.1 — 定义 MessageRepository 接口和消息表迁移脚本

This commit is contained in:
hhs
2026-06-14 17:52:21 +08:00
parent 3c5c4943e8
commit dae5722945
3 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1 @@
DROP TABLE IF EXISTS messages;