Datentypen in Prod DB vorbereiten für release #69

Merged
PxlLoewe merged 56 commits from staging into release 2025-07-18 20:05:13 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 1b7fedb0c8 - Show all commits

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())