Files
overnight-trading-bot/internal/repository/migrations/0009_feature_cost_breakdown.up.sql
T

5 lines
159 B
SQL
Raw Normal View History

2026-06-08 15:33:56 +00:00
ALTER TABLE features
ADD COLUMN cost_breakdown_json JSON AFTER expected_cost_bps;
UPDATE schema_meta SET meta_value='0009' WHERE meta_key='schema_version';