Log closing connection of database

pull/1/head
Daniel Gasienica 7 years ago
parent 4ff8bc3357
commit f50e9ae364

@ -162,6 +162,8 @@ exports.processAll = async ({
} while (unprocessedMessages.length > 0);
await markMigrationComplete(connection);
console.log('Close database connection');
connection.close();
const totalDuration = Date.now() - migrationStartTime;

Loading…
Cancel
Save