Skip to content

Commit

Permalink
Seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
msimmer committed Nov 1, 2019
1 parent 6f10a70 commit eacd20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Database {
}

return this.connection.query(
`INSERT INTO ports (rpc_port, transmission_port) VALUES ?`,
`INSERT INTO ports (rpc_port, transmission_port, available) VALUES ?`,
ports,
error1 => {
if (error1) return callback(error1)
Expand Down

0 comments on commit eacd20c

Please sign in to comment.