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

10 lines
152 B
PL/PgSQL
Executable File

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