2025-04-29 22:52:29 +02:00

9 lines
211 B
SQL

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