altAgl optional
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "PositionLog" ALTER COLUMN "altAGL" DROP NOT NULL;
|
||||
@@ -6,7 +6,7 @@ model PositionLog {
|
||||
lat Float
|
||||
lng Float
|
||||
alt Int
|
||||
altAGL Int
|
||||
altAGL Int?
|
||||
speed Int
|
||||
heading Int
|
||||
timestamp DateTime @default(now())
|
||||
|
||||
Reference in New Issue
Block a user