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

This commit is contained in:
2025-04-21 18:23:52 +03:00
parent d47bba1d1b
commit b842665008
11 changed files with 576 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;