omnivore/packages/db/migrations/0186.undo.create_export_table.sql

10 lines
152 B
MySQL
Raw Permalink Normal View History

-- Type: UNDO
-- Name: create_export_table
-- Description: Create a table to store the export information
BEGIN;
DROP TABLE omnivore.export;
COMMIT;