forked from vieter-v/vieter
feat(server): added endpoint for content of build log
This commit is contained in:
parent
393e641a76
commit
139142fcec
2 changed files with 28 additions and 1 deletions
|
|
@ -3,10 +3,12 @@ module db
|
|||
import time
|
||||
|
||||
pub struct BuildLog {
|
||||
pub:
|
||||
id int [primary; sql: serial]
|
||||
repo_id int [nonull]
|
||||
start_time time.Time [nonull]
|
||||
end_time time.Time [nonull]
|
||||
arch string [nonull]
|
||||
exit_code int [nonull]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue