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