Files
Erupe/Erupe/migrations/000018_event_week.down.sql
xl3lackout a92897404a Reupload
2022-02-25 19:44:26 -05:00

3 lines
41 B
PL/PgSQL

BEGIN;
DROP TABLE public.event_week;
END;