add database migration tooling with alembic

This commit is contained in:
2026-06-17 16:55:24 +02:00
parent decfdbffd1
commit 389fe2e159
13 changed files with 422 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
param(
[string]$Message
)
pdm run alembic revision --autogenerate -m $Message