fix script

This commit is contained in:
peter
2020-03-26 00:17:38 +01:00
parent 1cf5289fa6
commit 236a4042c9
@@ -28,9 +28,7 @@ exports.up = function (knex) {
table.boolean('late')
table.timestamp('timestamp').defaultTo(knex.fn.now())
table.string('memo').nullable()
return table
}).then(_ => {
knex('signups').insert(rows).then(res)
res()
}).catch(rej)
})
})