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

9 lines
245 B
SQL

/*
Warnings:
- Added the required column `planId` to the `subscriptions` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "subscriptions" ADD COLUMN "planId" INTEGER NOT NULL;