Files
CoreControl/prisma/migrations/20250429204709_echobell_fix/migration.sql

9 lines
211 B
MySQL
Raw Normal View History

2025-04-29 22:52:29 +02:00
/*
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";