feat: add Alembic

This adds the `ratings_index` to code, which so far wasn't reflected in
SQLAlchemy's metadata.
This commit is contained in:
ducklet 2024-05-18 18:44:27 +02:00
parent 538e901fcb
commit feb60bf658
7 changed files with 285 additions and 6 deletions

View file

@ -18,6 +18,7 @@ ulid-py = "^1.1.0"
uvicorn = "^0.29.0"
httpx = "^0.27.0"
sqlalchemy = {version = "^2.0", extras = ["aiosqlite"]}
alembic = "^1.13.1"
[tool.poetry.group.build.dependencies]
# When we run poetry export, typing-extensions is a transient dependency via