jean-marie/backend/migrations/20250525235328_add_state_to...

4 lines
109 B
SQL

-- Remove column from calendar_events
ALTER TABLE if exists calendar_events
drop column if exists state;