correct layout, add chart

This commit is contained in:
2020-07-30 22:24:07 +02:00
parent e21bc0782c
commit 8a4d7cf10d
6 changed files with 128 additions and 46 deletions

View File

@ -18,7 +18,7 @@ function create_log () {
async function seed (knex) {
console.log ('creating seeds');
const log = (Array (100))
const log = (Array (20))
.fill (() => null)
.map (() => create_log ());
await knex ('log')