10 lines
121 B
PL/PgSQL
Executable File
10 lines
121 B
PL/PgSQL
Executable File
-- Type: UNDO
|
|
-- Name: webhooks
|
|
-- Description: webhooks model
|
|
|
|
BEGIN;
|
|
|
|
DROP TABLE IF EXISTS omnivore.webhooks;
|
|
|
|
COMMIT;
|