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:
parent
538e901fcb
commit
feb60bf658
7 changed files with 285 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue