This commit is contained in:
2025-10-27 20:04:02 +03:00
parent 390d97e6d5
commit 35493a09b5
6 changed files with 48 additions and 51 deletions

View File

@@ -43,7 +43,7 @@ const initializeApp = async () => {
// Запустить миграции после успешного подключения
if (dbConnected) {
try {
await runMigrations();
await runMigrations(false);
migrationsCompleted = true;
} catch (migrationError) {
console.error('⚠️ Migrations failed but app will continue:', migrationError.message);