omnivore/packages/db/migrations/0084.undo.webhook_permission.sql

10 lines
181 B
MySQL
Raw Permalink Normal View History

-- Type: UNDO
-- Name: webhook_permission
-- Description: webhook table permissions
BEGIN;
REVOKE SELECT, INSERT, UPDATE, DELETE ON omnivore.webhooks FROM omnivore_user;
COMMIT;