mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
down is used but isn't set
https://github.com/brianc/node-postgres/blob/master/script/create-test-tables.js#L41
This commit is contained in:
parent
7b703ccfed
commit
82843153a5
@ -9,6 +9,9 @@ for(var i = 0; i < process.argv.length; i++) {
|
||||
case 'binary':
|
||||
config.binary = true;
|
||||
break;
|
||||
case 'down':
|
||||
config.down = true;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user