This commit is contained in:
Paul Trowbridge 2018-06-28 00:16:32 -04:00
parent c04a104280
commit e2e7393bc9
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
## workflow overview
## general workflow overview
* initial setup
1. create a source
2. run import

View File

@ -27,7 +27,7 @@ var Postgres = new pg.Client({
host: process.env.host,
port: process.env.port,
database: process.env.database,
ssl: false,
ssl: true,
application_name: "tps_etl_api"
});
Postgres.FirstRow = function(inSQL,args, inResponse)