-- Add down migration script here ALTER TABLE if exists calendar drop column if exists colour; ALTER TABLE if exists calendar_event_types drop column if exists colour;