Join voice channel with sockets

This commit is contained in:
Kevin Puig
2025-09-28 05:39:05 -04:00
parent 69b03ecc61
commit 226ee3f998
3 changed files with 130 additions and 24 deletions

View File

@@ -0,0 +1,8 @@
/*
Warnings:
- You are about to alter the column `text` on the `Message` table. The data in that column could be lost. The data in that column will be cast from `Text` to `VarChar(2000)`.
*/
-- AlterTable
ALTER TABLE "public"."Message" ALTER COLUMN "text" SET DATA TYPE VARCHAR(2000);