several changes:
All checks were successful
Backend CI / unit-test (push) Successful in 34s

* api calls for auth

* exchange now bind to user
This commit is contained in:
2025-09-22 22:51:59 +02:00
parent 466e6ce653
commit 1750401278
14 changed files with 259 additions and 45 deletions

View File

@@ -27,6 +27,7 @@ def _mig_0_1(engine: Engine) -> None:
models_v1.Cycles.__table__,
models_v1.Users.__table__,
models_v1.Sessions.__table__,
models_v1.Exchanges.__table__,
],
)