Files
overnight-trading-bot/internal/repository/migrations/0009_feature_cost_breakdown.down.sql
T
Valentin Popov e074eeedf2
Deploy / Test, build and deploy (push) Failing after 2m15s
eleventh version
2026-06-08 15:33:56 +00:00

5 lines
131 B
SQL

ALTER TABLE features
DROP COLUMN cost_breakdown_json;
UPDATE schema_meta SET meta_value='0008' WHERE meta_key='schema_version';