Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions database/sql/V115__drop_solver_competitions.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- Drop the solver_competitions table, which was kept only to provide frontend with solver-ids
-- since https://github.com/cowprotocol/cowswap/pull/7871 this is no longer the case
-- and since https://github.com/cowprotocol/services/pull/4657 this has been made effective
-- turning this table obsolete
DROP TABLE IF EXISTS solver_competitions;
Comment thread
jmg-duarte marked this conversation as resolved.
Loading