jean-marie/backend/migrations/20250527225828_add_colour_t...

7 lines
181 B
SQL

-- 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;