correct layout, add chart
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user