meti-backend/migrations/000013_add_results_open_to_vote_events.up.sql
Aditya Siregar 826c5d26ad Add init
2025-08-15 21:17:19 +07:00

3 lines
128 B
SQL

-- Add results_open column to vote_events table
ALTER TABLE vote_events
ADD COLUMN results_open BOOLEAN NOT NULL DEFAULT FALSE;