Merge branch 'master' of ssh://stash.dyson.global.corp:7999/~thowitz/tremor-tracker

This commit is contained in:
Tim Howitz 2025-05-19 14:58:32 +01:00
commit 64338d8be7
2 changed files with 1 additions and 1 deletions

View File

@ -85,6 +85,7 @@ model Observatory {
model Artefact {
id Int @id @default(autoincrement())
name String
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
type String @db.VarChar(50) // Lava, Tephra, Ash, Soil

View File

@ -1 +0,0 @@
Artefacts
1 Artefacts