Files
var-monorepo/packages/database/prisma/schema/migrations/20250703161512_/migration.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";