перенос миграций с alembic
This commit is contained in:
@@ -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 = "./."
|
||||
|
||||
Reference in New Issue
Block a user