ваше сообщение коммита

This commit is contained in:
2025-05-22 16:24:39 +03:00
parent a91658eb31
commit 9aa842d238
41 changed files with 1621 additions and 507 deletions

View File

@@ -1,7 +1,8 @@
const fs = require('fs').promises;
const path = require('path');
require('dotenv').config();
const { pool } = require('../db');
const { getPool } = require('../db');
const pool = getPool();
const logger = require('../utils/logger');
async function runMigrations() {