omnivore/packages/db/migrations/0056.undo.reminders.sql

10 lines
118 B
MySQL
Raw Normal View History

2022-02-11 17:24:33 +00:00
-- Type: UNDO
-- Name: reminders
-- Description: Add reminders table
BEGIN;
DROP TABLE omnivore.reminders;
COMMIT;