[split-upload 3/6] f2fd4fa backup via proxy

This commit is contained in:
Simon
2026-08-11 14:16:50 +08:00
parent e54529d307
commit 8ef4be0fa0
74 changed files with 7945 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
SELECT id, created_at, message_type, sender_type, content
FROM messages
WHERE sender_type = 'ai'
ORDER BY created_at DESC
LIMIT 10;