From a7d28dfb6dd16ca5433528d9f4e70d2d7c61a3bb Mon Sep 17 00:00:00 2001 From: Marcelo Aiello Date: Thu, 3 Oct 2019 17:39:14 -0300 Subject: [PATCH] agregamos espacios en blanco --- knexfile.ejemplo.js | 6 +++--- migrations/20191003120035_v0.14.2.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/knexfile.ejemplo.js b/knexfile.ejemplo.js index d940d33..293ca86 100644 --- a/knexfile.ejemplo.js +++ b/knexfile.ejemplo.js @@ -1,11 +1,11 @@ // Update with your config settings. module.exports = { - estacion: {-client: 'mssql', - connection: {-host: 'iphost', + estacion: {client: 'mssql', + connection: {host: 'iphost', database: 'my_db', user: 'username', password: 'password' } } -}; \ No newline at end of file +}; diff --git a/migrations/20191003120035_v0.14.2.js b/migrations/20191003120035_v0.14.2.js index 342c4ce..b39d236 100644 --- a/migrations/20191003120035_v0.14.2.js +++ b/migrations/20191003120035_v0.14.2.js @@ -12,4 +12,4 @@ exports.up = function(knex) { exports.down = function(knex) { return knex.schema .dropTable('orden_carga') -}; \ No newline at end of file +}; -- 1.9.1