Files
omnivore/packages/db/migrations/0056.undo.reminders.sql
2022-02-11 09:24:33 -08:00

10 lines
118 B
PL/PgSQL
Executable File

-- Type: UNDO
-- Name: reminders
-- Description: Add reminders table
BEGIN;
DROP TABLE omnivore.reminders;
COMMIT;