Files
var-monorepo/packages/database/prisma/schema/migrations/20250714174333_/migration.sql
2025-07-14 14:13:40 -07:00

11 lines
313 B
SQL

/*
Warnings:
- Changed the type of `country` on the `Heliport` table. No cast exists, the column would be dropped and recreated, which cannot be done if there is data, since the column is required.
*/
-- AlterTable
ALTER TABLE "Heliport" DROP COLUMN "country",
ADD COLUMN "country" "Country" NOT NULL;