* feat: historical tasks in database, better scheduling, and unified API for accessing tasks * feat: new UI for everything * fix: add translations and fix formatting
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
model Task {
|
||||
id String @id
|
||||
taskGroup String
|
||||
name String
|
||||
|
||||
started DateTime
|
||||
ended DateTime
|
||||
|
||||
success Boolean
|
||||
error Json?
|
||||
progress Float
|
||||
log String[]
|
||||
|
||||
acls String[]
|
||||
}
|
||||
Reference in New Issue
Block a user