jean-marie/backend/migrations/20241113203107_calendar_tab...

6 lines
153 B
SQL

-- Add down migration script here
drop table if exists `calendar_events`;
drop table if exists `calendar_event_types`;
drop table if exists `calendar`;