перенос миграций с alembic

This commit is contained in:
Artem Tsyrulnikov
2025-12-11 16:40:30 +03:00
parent 02729ce81b
commit 38f1b3feba
12 changed files with 293 additions and 592 deletions

View File

@@ -5,6 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aerich>=0.9.2",
"aiogram>=3.16.0",
"aiolimiter>=1.2.1",
"asyncpg>=0.30.0",
@@ -66,3 +67,8 @@ exclude = [
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["src", "."]
[tool.aerich]
tortoise_orm = "shared.datebase_base.TORTOISE_ORM"
location = "./migrations"
src_folder = "./."