Files
omnivore/packages/db/migrations/0171.undo.migrate_webhooks_and_exporter.sql
2024-04-04 12:19:18 +08:00

8 lines
136 B
PL/PgSQL
Executable File

-- Type: UNDO
-- Name: migrate_webhooks_and_exporter
-- Description: Migrate data from webhooks and exporters to rules
BEGIN;
COMMIT;