omnivore/packages/db/migrations/0091.undo.integrations.sql

12 lines
196 B
MySQL
Raw Normal View History

2022-08-01 11:34:19 +00:00
-- Type: UNDO
-- Name: integrations
-- Description: Create integrations table
BEGIN;
DROP TABLE IF EXISTS omnivore.integrations;
DROP TYPE IF EXISTS omnivore.integration_type CASCADE;
2022-08-01 11:34:19 +00:00
COMMIT;