Files
drop/prisma/migrations/20241105230021_move_to_endpoint_configuration/migration.sql

10 lines
282 B
SQL

/*
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[];