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
|
lat Float
|
||||||
lng Float
|
lng Float
|
||||||
alt Int
|
alt Int
|
||||||
altAGL Int
|
altAGL Int?
|
||||||
speed Int
|
speed Int
|
||||||
heading Int
|
heading Int
|
||||||
timestamp DateTime @default(now())
|
timestamp DateTime @default(now())
|
||||||
|
|||||||
Reference in New Issue
Block a user