1.1.00
All checks were successful
Build and Release / build-and-release (push) Successful in 20m36s

This commit is contained in:
Bryan1029384756
2026-04-16 20:14:27 -05:00
parent 56a12fdf3e
commit 6813bb40dc
40 changed files with 2228 additions and 387 deletions

View File

@@ -107,7 +107,8 @@ export default defineSchema({
username: v.string(),
expiresAt: v.number(), // timestamp
}).index("by_channel", ["channelId"])
.index("by_user", ["userId"]),
.index("by_user", ["userId"])
.index("by_expires_at", ["expiresAt"]),
voiceStates: defineTable({
channelId: v.id("channels"),