dcb-service-core-api/prisma/migrations/20251114011315_init/migration.sql
Mamadou Khoussa [028918 DSI/DAC/DIF/DS] 767201ec06 subscription management
2025-11-14 01:43:27 +00:00

11 lines
382 B
SQL

/*
Warnings:
- You are about to drop the column `partnerId` on the `User` table. All the data in the column will be lost.
- Added the required column `merchantPartnerId` to the `User` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "User" DROP COLUMN "partnerId",
ADD COLUMN "merchantPartnerId" TEXT NOT NULL;