meti-backend/migrations/000013_add_results_open_to_vote_events.down.sql

3 lines
113 B
MySQL
Raw Permalink Normal View History

2025-08-15 21:17:19 +07:00
-- Remove results_open column from vote_events table
ALTER TABLE vote_events
DROP COLUMN IF EXISTS results_open;