🗑️ Remove Alembic migration system completely

- Remove alembic/ directory and alembic.ini file
- Remove Alembic references from pyproject.toml, mypy.ini
- Remove migration logic from main.py
- Update CHANGELOG.md with removal details
- Clean up all configuration files from Alembic settings
This commit is contained in:
2025-08-28 19:42:28 +03:00
parent 4f63da037d
commit c2e5816363
2 changed files with 8 additions and 3 deletions

View File

@@ -370,14 +370,12 @@ strict_equality = true
exclude = [
"venv/",
".venv/",
"tests/",
"*/migrations/*",
"tests/"
]
# Настройки для конкретных модулей
[[tool.mypy.overrides]]
module = [
"tests.*",
]
ignore_missing_imports = true