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

9 lines
253 B
SQL

-- AlterTable
ALTER TABLE "payments" ADD COLUMN "externalReference" TEXT;
-- AlterTable
ALTER TABLE "reversement_requests" ADD COLUMN "externalReference" TEXT;
-- AlterTable
ALTER TABLE "subscriptions" ADD COLUMN "externalReference" TEXT;