feat(client cap): client capability framework + peer API configuration

This commit is contained in:
DecDuck
2024-11-06 12:25:00 +11:00
parent adb4b7381e
commit 7d72a86876
7 changed files with 259 additions and 2 deletions

View File

@ -0,0 +1,9 @@
/*
Warnings:
- You are about to drop the column `ipConfigurations` on the `ClientPeerAPIConfiguration` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "ClientPeerAPIConfiguration" DROP COLUMN "ipConfigurations",
ADD COLUMN "endpoints" TEXT[];