add missing props of connectionConfig (#13420)

This commit is contained in:
Ygilany
2016-12-27 19:20:44 -05:00
committed by Andy
parent 7c39f88e1a
commit 93c66ebabf
+2
View File
@@ -466,6 +466,8 @@ declare namespace Knex {
user: string;
password: string;
database: string;
domain?: string;
instanceName?: string;
debug?: boolean;
}