debug
This commit is contained in:
@@ -214,6 +214,11 @@ async function runMigrations(args: {
|
||||
versionTable: string
|
||||
}) {
|
||||
let db;
|
||||
console.log(`
|
||||
[i] Lanzado migraciones\n
|
||||
-> Servidor: ${env.POSTGRES_HOST}:${env.POSTGRES_PORT}
|
||||
-> Objetivo: ${args.targetVersion}
|
||||
`)
|
||||
try {
|
||||
db = new Pool({
|
||||
host: env.POSTGRES_HOST,
|
||||
|
||||
Reference in New Issue
Block a user