omnivore/packages/db/migrations/0108.undo.received_emails.sql

10 lines
155 B
MySQL
Raw Normal View History

2023-01-17 04:31:52 +00:00
-- Type: UNDO
-- Name: received_emails
-- Description: Create a table for received emails
BEGIN;
DROP TABLE IF EXISTS omnivore.received_emails;
COMMIT;