Fix errors

This commit is contained in:
Jan Eitzinger 2023-06-05 16:07:01 +02:00
parent 5ca4bdbd91
commit e444b83149
5 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import (
"github.com/golang-migrate/migrate/v4/source/iofs"
)
const Version uint = 3
const Version uint = 4
//go:embed migrations/*
var migrationFiles embed.FS

View File

@ -27,7 +27,7 @@ load_avg REAL NOT NULL DEFAULT 0.0,
net_bw_avg REAL NOT NULL DEFAULT 0.0,
net_data_vol_total REAL NOT NULL DEFAULT 0.0,
file_bw_avg REAL NOT NULL DEFAULT 0.0,
file_data_vol_total REAL NOT NULL DEFAULT 0.0;
file_data_vol_total REAL NOT NULL DEFAULT 0.0);
CREATE TABLE IF NOT EXISTS tag (
id INTEGER PRIMARY KEY,

Binary file not shown.

Binary file not shown.