Files
overnight-trading-bot/internal/repository/migrations/0010_system_state_history.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

4 lines
118 B
SQL

DROP TABLE IF EXISTS system_state_history;
UPDATE schema_meta SET meta_value='0009' WHERE meta_key='schema_version';