refactored
Some checks failed
Deploy on push / deploy (push) Failing after 6s

This commit is contained in:
2025-08-17 17:56:31 +03:00
parent e78e12eeee
commit 9a2b792f08
98 changed files with 702 additions and 904 deletions

View File

@@ -6,7 +6,7 @@ import time
from sqlalchemy import create_engine, Column, Integer, String, inspect
from sqlalchemy.orm import declarative_base, Session
from services.db import create_table_if_not_exists, get_column_names_without_virtual, local_session
from storage.db import create_table_if_not_exists, get_column_names_without_virtual, local_session
# Создаем базовую модель для тестирования
Base = declarative_base()