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

This commit is contained in:
2025-04-21 18:23:52 +03:00
parent 43569ea38c
commit 17dee2206e
9 changed files with 99 additions and 130 deletions

View File

@@ -118,4 +118,9 @@ async function initializeDatabase() {
}
}
module.exports = { initializeDatabase };
const initDb = async () => {
await createTables();
// await initRoles(); // Вызов тоже удаляем
};
module.exports = initDb;