Files
var-monorepo/packages/database/prisma/schema/migrations/20250520173310_/migration.sql

9 lines
233 B
SQL

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