mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-16 20:46:07 +01:00
feat: added moisture checker
This commit is contained in:
@@ -9,3 +9,10 @@ datasource db {
|
||||
provider = "sqlite"
|
||||
url = env("DATABASE_URL")
|
||||
}
|
||||
|
||||
model MoistureValue {
|
||||
id Int @id @default(autoincrement())
|
||||
name String
|
||||
value Decimal
|
||||
createdAt DateTime @default(now())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user