/* Warnings: - You are about to drop the column `feeAmount` on the `EventCashupLine` table. All the data in the column will be lost. - You are about to drop the column `feeAmount` on the `Payment` table. All the data in the column will be lost. - You are about to drop the column `feeChannel` on the `Payment` table. All the data in the column will be lost. - You are about to drop the column `feeRate` on the `Payment` table. All the data in the column will be lost. */ -- AlterTable ALTER TABLE "EventCashupLine" DROP COLUMN "feeAmount"; -- AlterTable ALTER TABLE "Payment" DROP COLUMN "feeAmount", DROP COLUMN "feeChannel", DROP COLUMN "feeRate";