From 2efcf30655dafd5111c2bc24a5ede1b52bcf4c76 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 2 Apr 2026 13:52:03 +0900 Subject: feat: add SQLAlchemy ORM models for news, scores, selections --- shared/tests/test_sa_models.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shared/tests/test_sa_models.py') diff --git a/shared/tests/test_sa_models.py b/shared/tests/test_sa_models.py index 67c3c82..dc6355e 100644 --- a/shared/tests/test_sa_models.py +++ b/shared/tests/test_sa_models.py @@ -14,6 +14,10 @@ def test_base_metadata_has_all_tables(): "trades", "positions", "portfolio_snapshots", + "news_items", + "symbol_scores", + "market_sentiment", + "stock_selections", } assert expected == table_names -- cgit v1.2.3