forked from vieter-v/vieter
db: added BuildLog & required methods
This commit is contained in:
parent
230920576d
commit
58c1ecd25e
3 changed files with 49 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ pub fn init(db_path string) ?VieterDb {
|
|||
|
||||
sql conn {
|
||||
create table GitRepo
|
||||
create table BuildLog
|
||||
}
|
||||
|
||||
return VieterDb{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue