altAgl optional

This commit is contained in:
PxlLoewe
2025-07-14 14:50:51 -07:00
parent 127ae8720e
commit 1b7fedb0c8
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "PositionLog" ALTER COLUMN "altAGL" DROP NOT NULL;

View File

@@ -6,7 +6,7 @@ model PositionLog {
lat Float
lng Float
alt Int
altAGL Int
altAGL Int?
speed Int
heading Int
timestamp DateTime @default(now())