alpha-engine / scripts /007_add_agent_run_per_ticker_decisions.sql
Dharambir Agrawal
HF Space server-only
fd48bc8
raw
history blame contribute delete
76 Bytes
ALTER TABLE agent_runs
ADD COLUMN IF NOT EXISTS per_ticker_decisions JSONB;