Commit a7d28dfb6dd16ca5433528d9f4e70d2d7c61a3bb

Authored by Marcelo Aiello
1 parent ae288c18d3
Exists in master

agregamos espacios en blanco

1 1 // Update with your config settings.
2 2  
3 3 module.exports = {
4   - estacion: {-client: 'mssql',
5   - connection: {-host: 'iphost',
  4 + estacion: {client: 'mssql',
  5 + connection: {host: 'iphost',
6 6 database: 'my_db',
7 7 user: 'username',
8 8 password: 'password'
9 9 }
10 10 }
11   -};
12 11 \ No newline at end of file
  12 +};
migrations/20191003120035_v0.14.2.js
... ... @@ -12,4 +12,4 @@ exports.up = function(knex) {
12 12 exports.down = function(knex) {
13 13 return knex.schema
14 14 .dropTable('orden_carga')
15   -};
16 15 \ No newline at end of file
  16 +};