1
Fork 0

add datetime field to stats table

This commit is contained in:
Ventilaar 2021-10-27 15:24:38 +02:00
parent e2ebb95c0b
commit 780727dedb
2 changed files with 1 additions and 0 deletions

View File

@ -12,5 +12,6 @@ CREATE TABLE "stats" (
"memory_used" TEXT NOT NULL,
"troughput_up" TEXT NOT NULL,
"troughput_down" TEXT NOT NULL,
"datetime" TEXT NOT NULL,
FOREIGN KEY("host") REFERENCES "hosts"("entryID")
);

Binary file not shown.