This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user