Merge branch 'master' of ssh://stash.dyson.global.corp:7999/~thowitz/tremor-tracker
This commit is contained in:
commit
64338d8be7
@ -85,6 +85,7 @@ model Observatory {
|
|||||||
|
|
||||||
model Artefact {
|
model Artefact {
|
||||||
id Int @id @default(autoincrement())
|
id Int @id @default(autoincrement())
|
||||||
|
name String
|
||||||
createdAt DateTime @default(now())
|
createdAt DateTime @default(now())
|
||||||
updatedAt DateTime @updatedAt
|
updatedAt DateTime @updatedAt
|
||||||
type String @db.VarChar(50) // Lava, Tephra, Ash, Soil
|
type String @db.VarChar(50) // Lava, Tephra, Ash, Soil
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
Artefacts
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user