web: add previous/compare values for all charts
This commit is contained in:
@@ -171,6 +171,7 @@ model Report {
|
||||
events Json
|
||||
project_id String
|
||||
project Project @relation(fields: [project_id], references: [id])
|
||||
previous Boolean @default(false)
|
||||
|
||||
dashboard_id String
|
||||
dashboard Dashboard @relation(fields: [dashboard_id], references: [id])
|
||||
|
||||
Reference in New Issue
Block a user