db: added BuildLog & required methods

This commit is contained in:
Jef Roosens 2022-05-07 14:16:30 +02:00
parent 230920576d
commit 58c1ecd25e
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 49 additions and 1 deletions

View file

@ -12,6 +12,7 @@ pub fn init(db_path string) ?VieterDb {
sql conn {
create table GitRepo
create table BuildLog
}
return VieterDb{