mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-28 07:36:14 +00:00
9 lines
211 B
SQL
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";
|