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