8 lines
136 B
PL/PgSQL
Executable File
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;
|