fix script
This commit is contained in:
@@ -28,9 +28,7 @@ exports.up = function (knex) {
|
|||||||
table.boolean('late')
|
table.boolean('late')
|
||||||
table.timestamp('timestamp').defaultTo(knex.fn.now())
|
table.timestamp('timestamp').defaultTo(knex.fn.now())
|
||||||
table.string('memo').nullable()
|
table.string('memo').nullable()
|
||||||
return table
|
res()
|
||||||
}).then(_ => {
|
|
||||||
knex('signups').insert(rows).then(res)
|
|
||||||
}).catch(rej)
|
}).catch(rej)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user