-- Remove column from calendar_events
ALTER TABLE if exists calendar_events
drop column if exists state;
Powered by TurnKey Linux.