migration

This commit is contained in:
PxlLoewe
2025-07-14 14:44:04 -07:00
parent a8ca0c0cc9
commit 127ae8720e

View File

@@ -5,6 +5,9 @@
- Added the required column `altAGL` to the `PositionLog` table without a default value. This is not possible if the table is not empty. - Added the required column `altAGL` to the `PositionLog` table without a default value. This is not possible if the table is not empty.
*/ */
DELETE FROM "PositionLog";
-- AlterTable -- AlterTable
ALTER TABLE "Heliport" DROP COLUMN "country", ALTER TABLE "Heliport" DROP COLUMN "country",
ADD COLUMN "country" TEXT; ADD COLUMN "country" TEXT;