wip crud
Some checks failed
Backend CI / unit-test (push) Failing after 24s

This commit is contained in:
2025-09-14 17:03:39 +02:00
parent 479d5cd230
commit 1d215c8032
5 changed files with 148 additions and 14 deletions

View File

@@ -36,8 +36,8 @@ def test_run_migrations_0_to_1(monkeypatch: pytest.MonkeyPatch) -> None:
"symbol": ("TEXT", 1, 0),
"underlying_currency": ("TEXT", 1, 0),
"status": ("TEXT", 1, 0),
"funding_source": ("TEXT", 1, 0),
"capital_exposure_cents": ("INTEGER", 1, 0),
"funding_source": ("TEXT", 0, 0),
"capital_exposure_cents": ("INTEGER", 0, 0),
"loan_amount_cents": ("INTEGER", 0, 0),
"loan_interest_rate_bps": ("INTEGER", 0, 0),
"start_date": ("DATE", 1, 0),