remove docs from monorepo

This commit is contained in:
PxlLoewe
2025-07-14 14:13:40 -07:00
parent 879e9d1e89
commit 1cb2ddc5bb
106 changed files with 13 additions and 3447 deletions

View File

@@ -5,5 +5,6 @@
*/
-- AlterTable
ALTER TABLE "Heliport" DROP COLUMN "country",
ADD COLUMN "country" "Country" NOT NULL;

View File

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