remove docs from monorepo
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
|
||||
ALTER TABLE "Heliport" DROP COLUMN "country",
|
||||
ADD COLUMN "country" "Country" NOT NULL;
|
||||
|
||||
@@ -6,6 +6,7 @@ model PositionLog {
|
||||
lat Float
|
||||
lng Float
|
||||
alt Int
|
||||
altAGL Int
|
||||
speed Int
|
||||
heading Int
|
||||
timestamp DateTime @default(now())
|
||||
|
||||
Reference in New Issue
Block a user