9 lines
191 B
SQL
9 lines
191 B
SQL
/*
|
|
Warnings:
|
|
|
|
- You are about to drop the column `isMainMsg` on the `Notam` table. All the data in the column will be lost.
|
|
|
|
*/
|
|
-- AlterTable
|
|
ALTER TABLE "Notam" DROP COLUMN "isMainMsg";
|