migrated-test-staging
Some checks failed
Deploy on push / deploy (push) Failing after 8s

This commit is contained in:
2025-05-25 23:21:53 +03:00
parent ab39b534fe
commit 071d8217dd
3 changed files with 15 additions and 22 deletions

View File

@@ -5,9 +5,6 @@ from sqlalchemy.orm import relationship
from auth.identity import Password
from services.db import Base
from settings import ADMIN_EMAILS
# from sqlalchemy_utils import TSVectorType
# Общие table_args для всех моделей
DEFAULT_TABLE_ARGS = {"extend_existing": True}