-- Add column to calendar_events ALTER TABLE if exists calendar_events ADD COLUMN IF NOT EXISTS state character varying(25);