invoice-issuer/backend/prisma/migrations/20250111215310_init/migration.sql

9 lines
205 B
SQL

/*
Warnings:
- You are about to drop the column `invoice_id` on the `InvoiceItem` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE `InvoiceItem` DROP COLUMN `invoice_id`;