This commit is contained in:
2026-06-13 21:45:32 +02:00
parent 7e7edbaeda
commit a50a15efc6
10 changed files with 615 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ model Location {
id Int @id @default(autoincrement())
name String
description String? // Optional Markdown text
mapX Float?
mapY Float?
// A location can be the start OR end of many cables
startCables Cable[] @relation("StartLocation")