Files
omnivore/packages/db/migrations/0083.undo.webhooks.sql
2022-05-26 14:49:27 +08:00

10 lines
121 B
PL/PgSQL
Executable File

-- Type: UNDO
-- Name: webhooks
-- Description: webhooks model
BEGIN;
DROP TABLE IF EXISTS omnivore.webhooks;
COMMIT;